GET /api/bet_types/da20d413-532d-43ac-a4d5-2d73c16f5998/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da20d413-532d-43ac-a4d5-2d73c16f5998",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6b1175a-4ebc-4cc5-a825-4e2dd5136e7b/?format=api",
    "name": "Pick the Winner",
    "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": "Air Force",
                "amount": 8159.0
            },
            {
                "team": "Navy",
                "amount": 1841.0
            }
        ],
        "expected_reward_tokens": 9462.74,
        "profit_sb": 462.74,
        "profit_sb_percentage": 5.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "55b74a1b-5f7d-4c52-a53f-6882067e25ae",
            "gambit_id": "4bec898f-9460-4d2a-90da-37bb75357a23",
            "last_updated": "2022-10-02T15:17:25.494306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da20d413-532d-43ac-a4d5-2d73c16f5998/?format=api"
        },
        {
            "id": "63e2fe8e-d017-4f3f-9580-60693a2cdc1c",
            "gambit_id": "aa1f7da6-0f73-41c4-8396-48b7a3ec6d17",
            "last_updated": "2022-10-02T15:17:25.495417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "5.14000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da20d413-532d-43ac-a4d5-2d73c16f5998/?format=api"
        }
    ]
}