GET /api/bet_types/34c9e7b1-82b8-4037-b242-28bc306da465/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34c9e7b1-82b8-4037-b242-28bc306da465",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a839b2e-a8c5-4c5a-b476-9ffc1d5e68ea/?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": "Dallas Cowboys",
                "amount": 7221.0
            },
            {
                "team": "Detroit Lions",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "40d7a37b-b140-4205-8fd9-96b976a031c8",
            "gambit_id": "cdb67579-3eec-4824-92d8-ce904f7428a1",
            "last_updated": "2022-10-24T10:52:23.903746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c9e7b1-82b8-4037-b242-28bc306da465/?format=api"
        },
        {
            "id": "34592a5c-cd8a-4cc9-9cb0-8b153b428af9",
            "gambit_id": "97cb5f58-494c-4f78-aa32-3548ab881a43",
            "last_updated": "2022-10-24T10:52:23.902776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c9e7b1-82b8-4037-b242-28bc306da465/?format=api"
        }
    ]
}