GET /api/bet_types/b63acef1-e8b1-4d92-943d-b247834fcb5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b63acef1-e8b1-4d92-943d-b247834fcb5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:02.798159-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": "Washington Capitals",
                "amount": 5599.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "c599f1cc-b0e2-4f4c-9dd2-a4216918d95b",
            "gambit_id": "d99a87d1-6e3a-4a60-8872-e735f5b4595d",
            "last_updated": "2023-11-30T11:23:13.323469-05:00",
            "created_at": "2023-11-29T10:38:02.802313-05:00",
            "name": "Washington Capitals",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63acef1-e8b1-4d92-943d-b247834fcb5a/?format=api"
        },
        {
            "id": "dffba903-0166-4c10-af9f-c14a7490c63b",
            "gambit_id": "f990a412-96b1-4b4d-b95d-28b1f6981d8e",
            "last_updated": "2023-11-30T11:23:13.326928-05:00",
            "created_at": "2023-11-29T10:38:02.806182-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63acef1-e8b1-4d92-943d-b247834fcb5a/?format=api"
        }
    ]
}