GET /api/bet_types/36836123-9270-4c3f-a7f7-1993b12a22cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36836123-9270-4c3f-a7f7-1993b12a22cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/497c6434-4ed6-492a-a9e2-cb54ee90a063/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:15.448233-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0244364-47d9-4f18-8733-8442bc5867d0",
            "gambit_id": "0b3ed717-a5c4-41a3-b90b-bc8d5dae0997",
            "last_updated": "2023-12-04T15:08:32.422421-05:00",
            "created_at": "2023-12-02T08:28:15.453576-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36836123-9270-4c3f-a7f7-1993b12a22cc/?format=api"
        },
        {
            "id": "b5561519-ce3c-4a94-a697-878f58d31d1b",
            "gambit_id": "0f700400-3fe5-4602-8ffb-08edace5cf4c",
            "last_updated": "2023-12-04T15:08:32.429973-05:00",
            "created_at": "2023-12-02T08:28:15.458965-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36836123-9270-4c3f-a7f7-1993b12a22cc/?format=api"
        }
    ]
}