GET /api/bet_types/715e9fad-dcf4-47a4-bf2d-fae3cf3b3e37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "715e9fad-dcf4-47a4-bf2d-fae3cf3b3e37",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f9e129d-4942-4284-866b-f65546f14653/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:18.774151-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": "Seattle Sea Dragons",
                "amount": 5000.0
            },
            {
                "team": "St Louis Battlehawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b242b5d8-d42c-475b-939b-2cdd66d046b2",
            "gambit_id": "575cef48-6424-4309-b430-5fa22fbc1cc8",
            "last_updated": "2023-04-18T12:12:05.496523-04:00",
            "created_at": "2023-04-14T12:02:18.777284-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715e9fad-dcf4-47a4-bf2d-fae3cf3b3e37/?format=api"
        },
        {
            "id": "804b5ee1-2ce9-4bb3-b758-c1c0229e1015",
            "gambit_id": "f1476f3b-045e-470e-b567-97d9cbc6d33c",
            "last_updated": "2023-04-18T12:12:05.495222-04:00",
            "created_at": "2023-04-14T12:02:18.775613-04:00",
            "name": "St Louis Battlehawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715e9fad-dcf4-47a4-bf2d-fae3cf3b3e37/?format=api"
        }
    ]
}