GET /api/bet_types/8b67801f-c7f4-4fbd-8cfe-974b1a6b1878/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b67801f-c7f4-4fbd-8cfe-974b1a6b1878",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3b3e00-c5e3-4941-98cc-a3e8c2d438ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T08:13:16.976544-04: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": "MIN (S Gray)",
                "amount": 7033.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "6651db1d-48ba-43da-854a-b26de52c4ce4",
            "gambit_id": "e0e4316c-e16b-43c5-88c7-0a609f0c0e75",
            "last_updated": "2023-09-29T10:18:20.410788-04:00",
            "created_at": "2023-09-28T08:13:16.987670-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b67801f-c7f4-4fbd-8cfe-974b1a6b1878/?format=api"
        },
        {
            "id": "41c678c6-186e-4eb4-a0f1-7559fa51ee02",
            "gambit_id": "6409ceab-8227-4d16-b742-446f52277502",
            "last_updated": "2023-09-29T10:18:20.406599-04:00",
            "created_at": "2023-09-28T08:13:16.982269-04:00",
            "name": "OAK (L Medina)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b67801f-c7f4-4fbd-8cfe-974b1a6b1878/?format=api"
        }
    ]
}