GET /api/bet_types/77ac5e09-fc59-486d-8601-17e4d8504aaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77ac5e09-fc59-486d-8601-17e4d8504aaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ea6049-3b91-40f2-9aab-062996bb7204/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:13.483277-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": 5873.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2205b5b-484b-48ef-8972-e40b37042bde",
            "gambit_id": "a7eb5ee8-31ad-40f2-aa00-b070f305fd57",
            "last_updated": "2023-01-18T09:32:09.858235-05:00",
            "created_at": "2023-01-17T09:27:13.485579-05:00",
            "name": "Seattle Kraken",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ac5e09-fc59-486d-8601-17e4d8504aaa/?format=api"
        },
        {
            "id": "3d0a49cd-3c65-4189-80a1-bfdd5a471516",
            "gambit_id": "e7b26494-43c2-429d-b9d9-cfcae5799fdc",
            "last_updated": "2023-01-18T09:32:09.857136-05:00",
            "created_at": "2023-01-17T09:27:13.484364-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ac5e09-fc59-486d-8601-17e4d8504aaa/?format=api"
        }
    ]
}