GET /api/bet_types/d43fba46-b0a5-4c7b-aacf-dfba329cebb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d43fba46-b0a5-4c7b-aacf-dfba329cebb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd7c5810-cad1-4e45-9f79-5d43eaed5d58/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:14.618949-04: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": "Dallas Stars",
                "amount": 6651.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "d750c71e-49e3-4f52-a46b-dc11511788a7",
            "gambit_id": "726370c2-a564-4abc-8e9e-3dee17a56648",
            "last_updated": "2023-05-29T11:47:16.465570-04:00",
            "created_at": "2023-05-26T11:52:14.621606-04:00",
            "name": "Dallas Stars",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43fba46-b0a5-4c7b-aacf-dfba329cebb4/?format=api"
        },
        {
            "id": "cf977a1c-8c0f-4a70-9587-e8fb6e700e75",
            "gambit_id": "01cc7cd4-0ac6-48db-ac54-e5ef5d74dd18",
            "last_updated": "2023-05-29T11:47:16.467172-04:00",
            "created_at": "2023-05-26T11:52:14.624922-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43fba46-b0a5-4c7b-aacf-dfba329cebb4/?format=api"
        }
    ]
}