GET /api/bet_types/3f699c2e-31c5-4512-b190-2b94901a3b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f699c2e-31c5-4512-b190-2b94901a3b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/40dc945c-aea7-4cef-b7e4-6499e9ccdb7d/?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": "Central Michigan",
                "amount": 6721.0
            },
            {
                "team": "Bowling Green",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b8d82e4-849a-4bbe-89b6-4d63683a033e",
            "gambit_id": "cbe05434-9f68-4a7b-89dc-87f9b9582615",
            "last_updated": "2022-10-23T12:47:19.623449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f699c2e-31c5-4512-b190-2b94901a3b98/?format=api"
        },
        {
            "id": "51c68f7c-ef6f-4d28-bce8-bd24c3414d6f",
            "gambit_id": "7f51247b-4d04-4f18-8526-984a0223f2c9",
            "last_updated": "2022-10-23T12:47:19.624459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f699c2e-31c5-4512-b190-2b94901a3b98/?format=api"
        }
    ]
}