GET /api/bet_types/0f60e717-670b-40a1-bef3-46c588cc006d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f60e717-670b-40a1-bef3-46c588cc006d",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d14c63-9245-4335-bf39-95c49ee78ecc/?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": "Colorado State",
                "amount": 5000.0
            },
            {
                "team": "Washington State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b28eb5c-87ae-4ed1-9818-5a9d33944d9a",
            "gambit_id": "eaef545b-9a03-4bb2-9b8e-8d572a4da4f0",
            "last_updated": "2022-09-18T18:02:28.511034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f60e717-670b-40a1-bef3-46c588cc006d/?format=api"
        },
        {
            "id": "3800398f-0fc1-4f0b-af31-853c3ef24077",
            "gambit_id": "57bcfee9-194c-416b-abb8-30ab6af9fbb3",
            "last_updated": "2022-09-18T18:02:28.509638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f60e717-670b-40a1-bef3-46c588cc006d/?format=api"
        }
    ]
}