GET /api/bet_types/c5304659-9c17-4fc1-b00f-7e632aa617b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5304659-9c17-4fc1-b00f-7e632aa617b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/66c242d8-63ae-4e6d-97ff-9422a413586b/?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": "Air Force",
                "amount": 8331.0
            },
            {
                "team": "Wyoming",
                "amount": 1669.0
            }
        ],
        "expected_reward_tokens": 9329.71,
        "profit_sb": 329.71,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "81b57480-c464-43fe-9806-ace76bf4e41f",
            "gambit_id": "3c9f69f8-cae9-4ac0-8d31-be764bb2de71",
            "last_updated": "2022-09-17T16:57:42.821304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5304659-9c17-4fc1-b00f-7e632aa617b0/?format=api"
        },
        {
            "id": "42bb2048-2652-489b-af70-a47525528223",
            "gambit_id": "88736b5f-a54d-465b-9075-920f2c34322c",
            "last_updated": "2022-09-17T16:57:42.820307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "5.59000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5304659-9c17-4fc1-b00f-7e632aa617b0/?format=api"
        }
    ]
}