GET /api/bet_types/0405b97e-5d5a-44df-b698-e0fefbbdd9b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0405b97e-5d5a-44df-b698-e0fefbbdd9b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa53750-119e-4fd4-b648-36c438f82260/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T17:37:10.008942-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": "Boston Bruins",
                "amount": 5212.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b21f30d-c534-48e5-96d4-9e67063ac27e",
            "gambit_id": "0ebc0af1-44c9-427f-a8a4-a7a04f39f346",
            "last_updated": "2023-02-15T10:57:07.913055-05:00",
            "created_at": "2023-02-14T17:37:10.011472-05:00",
            "name": "Boston Bruins",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0405b97e-5d5a-44df-b698-e0fefbbdd9b9/?format=api"
        },
        {
            "id": "cfbc356f-21d5-460d-9bf1-167c0e27a4da",
            "gambit_id": "9fdd5d89-662e-499a-afa4-a770845e431e",
            "last_updated": "2023-02-15T10:57:07.911876-05:00",
            "created_at": "2023-02-14T17:37:10.010164-05:00",
            "name": "Dallas Stars",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0405b97e-5d5a-44df-b698-e0fefbbdd9b9/?format=api"
        }
    ]
}