GET /api/bet_types/80dba34a-87d2-4179-a729-c59a4bb9a8d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80dba34a-87d2-4179-a729-c59a4bb9a8d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c6484f4-4491-447c-bc15-4a1229cba0b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:26.256194-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": "Boston Celtics",
                "amount": 6935.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "10f31f1a-9959-4ea6-aaaf-e84c352fcc3f",
            "gambit_id": "5dcd1b65-5e33-417d-bab4-b743427d157a",
            "last_updated": "2024-01-17T22:08:15.083677-05:00",
            "created_at": "2024-01-15T10:23:26.260350-05:00",
            "name": "Boston Celtics",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80dba34a-87d2-4179-a729-c59a4bb9a8d2/?format=api"
        },
        {
            "id": "0e24ac1a-3c95-4aee-aa7d-fb97c011ad14",
            "gambit_id": "c781abf8-f078-4038-9a98-b3b79516b15a",
            "last_updated": "2024-01-17T22:08:15.086915-05:00",
            "created_at": "2024-01-15T10:23:26.266256-05:00",
            "name": "Toronto Raptors",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80dba34a-87d2-4179-a729-c59a4bb9a8d2/?format=api"
        }
    ]
}