GET /api/bet_types/779122dc-10e4-4b41-ad79-6411c1a94ed6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "779122dc-10e4-4b41-ad79-6411c1a94ed6",
    "match": "https://api-prod.gambitprofit.com/api/matches/01ce977d-9dae-4d61-928d-ab8eddcc0916/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:58.084534-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": "PIT (R Hill)",
                "amount": 5909.0
            },
            {
                "team": "CIN (L Cessa)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "170fb365-e360-4c20-8b06-0c4dd182751e",
            "gambit_id": "4652dd8e-f11d-41aa-8d72-601b55ff601c",
            "last_updated": "2023-04-23T12:41:52.146523-04:00",
            "created_at": "2023-04-22T13:06:58.086012-04:00",
            "name": "PIT (R Hill)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/779122dc-10e4-4b41-ad79-6411c1a94ed6/?format=api"
        },
        {
            "id": "ba0aedc3-2ab4-492d-bc53-609651181271",
            "gambit_id": "4de666c3-b05a-4417-a3b3-6f0d20dd22de",
            "last_updated": "2023-04-23T12:41:52.148916-04:00",
            "created_at": "2023-04-22T13:06:58.087671-04:00",
            "name": "CIN (L Cessa)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/779122dc-10e4-4b41-ad79-6411c1a94ed6/?format=api"
        }
    ]
}