GET /api/bet_types/44aee8da-1eca-4211-94eb-cb92b976e069/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44aee8da-1eca-4211-94eb-cb92b976e069",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbf1d21f-304f-44a6-942e-0f281fd9d135/?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": "UL Lafayette",
                "amount": 6862.0
            },
            {
                "team": "Arkansas State",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c6f3237-6350-4abc-82a3-6c79f958c944",
            "gambit_id": "512ca1b1-5ce0-4dcf-a164-a449a144f6e9",
            "last_updated": "2022-10-23T19:47:04.481756-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44aee8da-1eca-4211-94eb-cb92b976e069/?format=api"
        },
        {
            "id": "d1ae9d26-93da-4633-851e-0b2dfd0867ea",
            "gambit_id": "93115fa2-f79f-479a-9207-45328a1f2487",
            "last_updated": "2022-10-23T19:47:04.482893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44aee8da-1eca-4211-94eb-cb92b976e069/?format=api"
        }
    ]
}