GET /api/bet_types/9eca159f-d3b1-494b-af3a-b5bb241202ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eca159f-d3b1-494b-af3a-b5bb241202ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/58e166e0-8eb5-46b0-bfd6-ae9a6c1ec742/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "19ed9612-0a22-423e-82df-59d80ff2036b",
            "gambit_id": "39c70020-a6f3-455d-97dd-0cf76a6d30de",
            "last_updated": "2022-11-16T09:42:24.387863-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eca159f-d3b1-494b-af3a-b5bb241202ef/?format=api"
        },
        {
            "id": "9771750a-e9ad-4967-9cf3-36bdbbeabc9c",
            "gambit_id": "7ee34e1d-3f97-41da-8df1-4952feebfa54",
            "last_updated": "2022-11-16T09:42:24.386556-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eca159f-d3b1-494b-af3a-b5bb241202ef/?format=api"
        }
    ]
}