GET /api/bet_types/194aa57f-b7dc-4ddd-8126-fb400bad86e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "194aa57f-b7dc-4ddd-8126-fb400bad86e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb7f498-b843-454b-a7c2-b68ec9f6419c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "TAM (D Rasmussen)",
                "amount": 5959.0
            },
            {
                "team": "BOS (R Hill)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "1357b72e-e19b-43dc-9809-489b3b174150",
            "gambit_id": "ededa59c-6228-476f-a02a-bd3727ebc33f",
            "last_updated": "2022-12-24T17:12:16.056202-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194aa57f-b7dc-4ddd-8126-fb400bad86e1/?format=api"
        },
        {
            "id": "835485b5-b9b4-47a6-bb57-437584ba9b9a",
            "gambit_id": "c858548c-e1dc-4283-bcdb-e29170cfc2de",
            "last_updated": "2022-12-24T17:12:16.057354-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194aa57f-b7dc-4ddd-8126-fb400bad86e1/?format=api"
        }
    ]
}