GET /api/bet_types/46494a17-6b1e-423d-a33f-07970e58e8da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46494a17-6b1e-423d-a33f-07970e58e8da",
    "match": "https://api-prod.gambitprofit.com/api/matches/43187b6b-36b3-4193-8819-c805d9a91e07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.740872-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": "Oral Roberts",
                "amount": 5000.0
            },
            {
                "team": "Duke",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f755b34-739a-4b71-9a46-d213f99e25a8",
            "gambit_id": "9ccf9ab6-2924-4f84-8279-c401a3cd436c",
            "last_updated": "2023-03-17T10:42:25.740649-04:00",
            "created_at": "2023-03-14T19:52:10.744181-04:00",
            "name": "Oral Roberts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46494a17-6b1e-423d-a33f-07970e58e8da/?format=api"
        },
        {
            "id": "215777f8-5b3e-4afb-a8d6-19e383d6a871",
            "gambit_id": "5f3ce8f1-f8d1-47df-9709-184841d08e74",
            "last_updated": "2023-03-17T10:42:25.739362-04:00",
            "created_at": "2023-03-14T19:52:10.742442-04:00",
            "name": "Duke",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46494a17-6b1e-423d-a33f-07970e58e8da/?format=api"
        }
    ]
}