GET /api/bet_types/a2480b95-9cb2-4ac9-b32f-0bfea9165da5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2480b95-9cb2-4ac9-b32f-0bfea9165da5",
    "match": "https://api-prod.gambitprofit.com/api/matches/67e90161-e761-4104-a300-7ee552e542a7/?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": "Navy",
                "amount": 5208.0
            },
            {
                "team": "Army",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "675bf819-b44c-47d1-9c36-857fc6dfb040",
            "gambit_id": "a6545347-29a3-4948-8b48-68266283bdb2",
            "last_updated": "2022-12-12T10:21:58.879520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2480b95-9cb2-4ac9-b32f-0bfea9165da5/?format=api"
        },
        {
            "id": "17db2183-c068-4806-9519-d9c6612b76c0",
            "gambit_id": "a7eca3e0-97f3-4118-b537-d34ddad5c985",
            "last_updated": "2022-12-12T10:21:58.878459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2480b95-9cb2-4ac9-b32f-0bfea9165da5/?format=api"
        }
    ]
}