GET /api/bet_types/64088dcd-a7a9-4ba2-acea-806fd99e56a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64088dcd-a7a9-4ba2-acea-806fd99e56a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/586280f5-aa55-4f3d-82d8-5bc9ccd4319c/?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": "Los Angeles Kings",
                "amount": 6336.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "3de28b44-91ff-4b9d-ad6e-cf3788c3f864",
            "gambit_id": "888e7ee8-5c08-42fe-845f-940aeca27404",
            "last_updated": "2022-11-17T11:12:42.731519-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64088dcd-a7a9-4ba2-acea-806fd99e56a2/?format=api"
        },
        {
            "id": "e6009721-1cec-4430-83a7-774cccdc870b",
            "gambit_id": "623d6b4e-d431-49c5-8e7b-557f03403907",
            "last_updated": "2022-11-17T11:12:42.730496-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64088dcd-a7a9-4ba2-acea-806fd99e56a2/?format=api"
        }
    ]
}