GET /api/bet_types/e08125ae-2b72-4fa4-ad03-04c4dcd73335/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e08125ae-2b72-4fa4-ad03-04c4dcd73335",
    "match": "https://api-prod.gambitprofit.com/api/matches/e46f4c30-e03d-4cac-9313-3cf840265839/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T10:38:07.190695-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "LAA",
                "amount": 6232.0
            },
            {
                "team": "SFO",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "c805e70f-176b-44a6-b073-98d2e18608be",
            "gambit_id": "8614331c-0682-4548-bafe-31623a816c96",
            "last_updated": "2023-08-10T10:18:25.654777-04:00",
            "created_at": "2023-08-08T10:38:07.200048-04:00",
            "name": "LAA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e08125ae-2b72-4fa4-ad03-04c4dcd73335/?format=api"
        },
        {
            "id": "d89fc99b-ebb0-45d5-b896-3f7999ceb257",
            "gambit_id": "5a674c97-2107-4ed7-8f1f-3f9a9d54afe6",
            "last_updated": "2023-08-10T10:18:25.650998-04:00",
            "created_at": "2023-08-08T10:38:07.195327-04:00",
            "name": "SFO",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e08125ae-2b72-4fa4-ad03-04c4dcd73335/?format=api"
        }
    ]
}