GET /api/bet_types/6c7e5b9e-4d49-42d5-84c3-d8eebd060523/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c7e5b9e-4d49-42d5-84c3-d8eebd060523",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc8d181-c722-4575-b5cf-784b722ac160/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:08.050143-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": "Buffalo Sabres",
                "amount": 6232.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b06f740-2a44-4f13-b0f7-19a0cdba0fa4",
            "gambit_id": "d1ffcfc7-2683-40c3-a657-24541c8cef04",
            "last_updated": "2024-02-07T01:53:01.353564-05:00",
            "created_at": "2024-02-06T09:08:08.067750-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7e5b9e-4d49-42d5-84c3-d8eebd060523/?format=api"
        },
        {
            "id": "2e6861f4-f454-4f6f-9f04-5b03fe357724",
            "gambit_id": "8eabd6b4-ef06-4f9f-bf07-352e83725a1e",
            "last_updated": "2024-02-07T01:53:01.341607-05:00",
            "created_at": "2024-02-06T09:08:08.058546-05:00",
            "name": "Dallas Stars",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7e5b9e-4d49-42d5-84c3-d8eebd060523/?format=api"
        }
    ]
}