GET /api/bet_types/66221623-8634-4d10-9d82-43f11779e07b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66221623-8634-4d10-9d82-43f11779e07b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e502dd61-4b94-41c1-8b01-6d84e25fe576/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T12:43:10.925977-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": "Denver Nuggets",
                "amount": 5094.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "542455a6-655e-417a-b76e-592f2399efbb",
            "gambit_id": "3837469b-c75b-41a3-914b-b46fe02b4bb6",
            "last_updated": "2023-11-07T20:58:23.250916-05:00",
            "created_at": "2023-11-06T12:43:10.935520-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66221623-8634-4d10-9d82-43f11779e07b/?format=api"
        },
        {
            "id": "ebfe4785-8e51-43e5-ad85-85f5844a795d",
            "gambit_id": "33c1a198-1481-4ad9-9023-0fe1811a372e",
            "last_updated": "2023-11-07T20:58:23.247690-05:00",
            "created_at": "2023-11-06T12:43:10.930669-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66221623-8634-4d10-9d82-43f11779e07b/?format=api"
        }
    ]
}