GET /api/bet_types/6d005979-730d-47b5-8f95-b658c9ee1cd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d005979-730d-47b5-8f95-b658c9ee1cd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9371a1-8ad8-4667-99ff-38d164fe3ebf/?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": "Seattle Kraken",
                "amount": 6166.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d12c59c-407d-4610-98ba-9125f661a13e",
            "gambit_id": "4ab28b0f-96f7-4fc6-b02b-42193c3a6b95",
            "last_updated": "2022-12-21T22:32:04.849922-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d005979-730d-47b5-8f95-b658c9ee1cd9/?format=api"
        },
        {
            "id": "e662c6fd-56e2-421a-b23a-412f6983ae16",
            "gambit_id": "89e5f7a9-913d-4279-b80a-3b12501c2a58",
            "last_updated": "2022-12-21T22:32:04.851075-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d005979-730d-47b5-8f95-b658c9ee1cd9/?format=api"
        }
    ]
}