GET /api/bet_types/1d295ac6-6f2c-4b07-9935-45f40610a5e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d295ac6-6f2c-4b07-9935-45f40610a5e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b049d0d5-59be-4515-b1a4-bd288f142804/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:07.413520-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7cb14a3-a013-4ab4-92b2-a5686cfdadb2",
            "gambit_id": "c7db2508-ddb6-4654-98e6-9247fa5f380e",
            "last_updated": "2023-12-07T21:43:04.450655-05:00",
            "created_at": "2023-12-06T09:13:07.417710-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d295ac6-6f2c-4b07-9935-45f40610a5e8/?format=api"
        },
        {
            "id": "ffe256c0-746e-4cae-905c-f080df6ff748",
            "gambit_id": "7c5e9ea9-f49b-42ed-9881-0c6d930f39ac",
            "last_updated": "2023-12-07T21:43:04.454259-05:00",
            "created_at": "2023-12-06T09:13:07.422016-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d295ac6-6f2c-4b07-9935-45f40610a5e8/?format=api"
        }
    ]
}