GET /api/bet_types/dd8d7c6e-df84-4d89-a614-c477533220ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd8d7c6e-df84-4d89-a614-c477533220ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/2050c4c7-88f2-4246-9ad2-2cf693d0be05/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:16.618792-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": "Utah Jazz",
                "amount": 5614.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "8910d698-4db9-4ba6-a269-6abbc789c024",
            "gambit_id": "d56f2118-ef7f-4f41-8073-bb52542d68ac",
            "last_updated": "2024-01-16T11:03:09.452075-05:00",
            "created_at": "2024-01-13T09:38:16.626024-05:00",
            "name": "Utah Jazz",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8d7c6e-df84-4d89-a614-c477533220ff/?format=api"
        },
        {
            "id": "189df823-f33a-4a6d-8e78-31691fbde258",
            "gambit_id": "fa4a5353-1b66-424d-9a45-2d36c0e3a0ce",
            "last_updated": "2024-01-16T11:03:09.448845-05:00",
            "created_at": "2024-01-13T09:38:16.622422-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8d7c6e-df84-4d89-a614-c477533220ff/?format=api"
        }
    ]
}