GET /api/bet_types/242b30ea-f733-4660-afe3-f580cedfb38a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242b30ea-f733-4660-afe3-f580cedfb38a",
    "match": "https://api-prod.gambitprofit.com/api/matches/af3e2d71-1e76-4b5a-a066-990b04c0d0ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-22T10:13:15.239147-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": 7429.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f42b82c-70f3-47ab-a928-a8def97d82d6",
            "gambit_id": "ac5d0f20-3180-4c3a-89b7-19cb0d797457",
            "last_updated": "2023-12-23T21:03:20.775995-05:00",
            "created_at": "2023-12-22T10:13:15.247399-05:00",
            "name": "Houston Rockets",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b30ea-f733-4660-afe3-f580cedfb38a/?format=api"
        },
        {
            "id": "dadb5416-16ca-4308-89e5-646be3808b9c",
            "gambit_id": "695926fa-e98c-48ae-9ba0-1e1adfe6339d",
            "last_updated": "2023-12-23T21:03:20.758617-05:00",
            "created_at": "2023-12-22T10:13:15.242674-05:00",
            "name": "Dallas Mavericks",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b30ea-f733-4660-afe3-f580cedfb38a/?format=api"
        }
    ]
}