GET /api/bet_types/ff8a4239-d1f4-4f6f-88f7-c3f4948c05a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8a4239-d1f4-4f6f-88f7-c3f4948c05a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b60e8eb-3acd-457e-81fa-1f4e685ca079/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Florida Intl",
                "amount": 5000.0
            },
            {
                "team": "New Mexico State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "54b4db5b-c9ce-49c3-8733-b7d14ba3ddd6",
            "gambit_id": "f0a0284a-9590-4bbc-88b1-74d279171f0b",
            "last_updated": "2022-10-03T11:17:24.154512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8a4239-d1f4-4f6f-88f7-c3f4948c05a2/?format=api"
        },
        {
            "id": "d100aecf-07ec-4f73-882f-b8a9177ff348",
            "gambit_id": "b851df25-b893-4ed0-a1e2-862a3826d017",
            "last_updated": "2022-10-03T11:17:24.153515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8a4239-d1f4-4f6f-88f7-c3f4948c05a2/?format=api"
        }
    ]
}