GET /api/bet_types/03469668-d432-4b03-b7ff-7aadf4293b94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03469668-d432-4b03-b7ff-7aadf4293b94",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a684e5c-43d2-49c9-8d46-81c2b1d6042b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-05T08:33:20.759171-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": "LAA",
                "amount": 5614.0
            },
            {
                "team": "SEA",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "18f0ff17-2021-47eb-a31f-5d34a6cb150b",
            "gambit_id": "83e77045-c127-4ff1-895f-cbe102356fbe",
            "last_updated": "2023-08-06T13:08:27.307048-04:00",
            "created_at": "2023-08-05T08:33:20.769065-04:00",
            "name": "LAA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03469668-d432-4b03-b7ff-7aadf4293b94/?format=api"
        },
        {
            "id": "7f17d1dc-03b7-4e7c-affc-17a49636b566",
            "gambit_id": "bb2eb8c8-6def-4cef-98be-f537674c803d",
            "last_updated": "2023-08-06T13:08:27.303787-04:00",
            "created_at": "2023-08-05T08:33:20.763528-04:00",
            "name": "SEA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03469668-d432-4b03-b7ff-7aadf4293b94/?format=api"
        }
    ]
}