GET /api/bet_types/b0aed73c-3298-40df-92a9-e1d0938b3db1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0aed73c-3298-40df-92a9-e1d0938b3db1",
    "match": "https://api-prod.gambitprofit.com/api/matches/57ccaa95-d3ad-46be-b67d-9e3829068efe/?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": "Kevin Holland",
                "amount": 6138.0
            },
            {
                "team": "Stephen Thompson",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 8959.84,
        "profit_sb": -40.16,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea7c0423-0e2c-4de8-81a9-3ee65fea9cf7",
            "gambit_id": "6aa1c9cb-d1e9-4c7b-bd26-22834cf78a72",
            "last_updated": "2022-12-05T11:47:14.759300-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kevin Holland",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0aed73c-3298-40df-92a9-e1d0938b3db1/?format=api"
        },
        {
            "id": "c4781052-87c1-4b4f-a73c-85302e9e9b48",
            "gambit_id": "7bef8319-d9f7-4937-a820-f9ffd4168d4d",
            "last_updated": "2022-12-05T11:47:14.758341-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stephen Thompson",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0aed73c-3298-40df-92a9-e1d0938b3db1/?format=api"
        }
    ]
}