GET /api/bet_types/8a2b3aa6-5fc5-41bc-9eb3-a1e42a9965ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a2b3aa6-5fc5-41bc-9eb3-a1e42a9965ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c070ca6-99ba-4ebe-9758-bb45ef98be36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-28T08:48:08.119508-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": "TEX (J Gray)",
                "amount": 5541.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "c01e5897-fec1-424b-beac-d21ee4d93147",
            "gambit_id": "bd5e89a4-d878-465b-acbe-d5019a375689",
            "last_updated": "2023-08-29T19:33:16.134003-04:00",
            "created_at": "2023-08-28T08:48:08.123783-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a2b3aa6-5fc5-41bc-9eb3-a1e42a9965ac/?format=api"
        },
        {
            "id": "0118c46b-5432-4035-9690-fc3c4aa4b8e7",
            "gambit_id": "37c47f4c-9c32-4815-8dc4-0b62b6351447",
            "last_updated": "2023-08-29T19:33:16.137613-04:00",
            "created_at": "2023-08-28T08:48:08.127997-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a2b3aa6-5fc5-41bc-9eb3-a1e42a9965ac/?format=api"
        }
    ]
}