GET /api/bet_types/27a1f86a-35b2-414b-8111-326e8858007c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27a1f86a-35b2-414b-8111-326e8858007c",
    "match": "https://api-prod.gambitprofit.com/api/matches/002c95bb-837a-4381-a3e5-34bd3e6b48c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:06.782096-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": "New Orleans Pelicans",
                "amount": 5515.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ccc7545-d5bb-406f-9c1f-ac1e60740c0c",
            "gambit_id": "692755c1-dae6-4c92-b475-43786e4172c3",
            "last_updated": "2023-11-06T10:03:05.420931-05:00",
            "created_at": "2023-11-04T09:48:06.791415-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27a1f86a-35b2-414b-8111-326e8858007c/?format=api"
        },
        {
            "id": "21012268-f04c-4899-8ed9-e53e361aa45d",
            "gambit_id": "c9b4b9ac-be5b-44e0-9486-2c719b9adcb4",
            "last_updated": "2023-11-06T10:03:05.417566-05:00",
            "created_at": "2023-11-04T09:48:06.786535-04:00",
            "name": "Atlanta Hawks",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27a1f86a-35b2-414b-8111-326e8858007c/?format=api"
        }
    ]
}