GET /api/bet_types/780bef27-838b-44cb-a017-9046285f92a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "780bef27-838b-44cb-a017-9046285f92a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5734f1b8-5e14-43ed-9e69-c8d1817e8bb9/?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": "MIA (P Lopez)",
                "amount": 5605.0
            },
            {
                "team": "OAK (A Oller)",
                "amount": 4395.0
            }
        ],
        "expected_reward_tokens": 9360.35,
        "profit_sb": 360.35,
        "profit_sb_percentage": 4.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "de7e60eb-ad15-48e4-b07d-c531c00d0aad",
            "gambit_id": "79846c29-f13c-46ca-ac35-392392f01206",
            "last_updated": "2022-12-24T17:12:08.626419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780bef27-838b-44cb-a017-9046285f92a0/?format=api"
        },
        {
            "id": "97b89c5c-0b7d-49e4-a82f-ef733ac554ff",
            "gambit_id": "fd901d7b-39b3-4338-9629-cdedce618d72",
            "last_updated": "2022-12-24T17:12:08.625339-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Oller)",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780bef27-838b-44cb-a017-9046285f92a0/?format=api"
        }
    ]
}