GET /api/bet_types/b0d94a5b-921c-47ce-b24e-fa9cce66b1da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0d94a5b-921c-47ce-b24e-fa9cce66b1da",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0956dda-0b33-4fc2-9559-2edfba2b5c87/?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": "South Alabama",
                "amount": 5000.0
            },
            {
                "team": "Georgia Southern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9b3eb4d-5fc2-4c85-8683-34b45cd41406",
            "gambit_id": "efce0652-ba0d-4dee-8d22-a6edb4205051",
            "last_updated": "2022-11-06T16:03:38.231100-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d94a5b-921c-47ce-b24e-fa9cce66b1da/?format=api"
        },
        {
            "id": "9ce6d7bb-3bc7-4973-944e-a91e4b9fd3a2",
            "gambit_id": "dee233ce-7872-4b5b-8046-75f4bb12a6ef",
            "last_updated": "2022-11-06T16:03:38.230149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d94a5b-921c-47ce-b24e-fa9cce66b1da/?format=api"
        }
    ]
}