GET /api/bet_types/b34a9280-e8c1-45a5-8fca-c3c5eeaf0a91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b34a9280-e8c1-45a5-8fca-c3c5eeaf0a91",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4a16b42-81c1-4c3c-96d1-79a96ffa53d9/?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": "LSU",
                "amount": 5108.0
            },
            {
                "team": "Auburn",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "0744144d-b39a-4b59-a59e-7703f2568b33",
            "gambit_id": "d6109904-bc23-465f-85b8-e7ecd5c3fda1",
            "last_updated": "2022-10-03T11:07:25.621272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34a9280-e8c1-45a5-8fca-c3c5eeaf0a91/?format=api"
        },
        {
            "id": "dbca98f6-9be9-4f67-9a75-e017905d3792",
            "gambit_id": "de206300-fd2f-4320-8053-d4755b561f1a",
            "last_updated": "2022-10-03T11:07:25.620356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34a9280-e8c1-45a5-8fca-c3c5eeaf0a91/?format=api"
        }
    ]
}