GET /api/bet_types/906344c4-842c-495e-9f95-e7e0957b6db9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "906344c4-842c-495e-9f95-e7e0957b6db9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2bb5fc-621c-4e31-9c62-be1a27e75278/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Liberty",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 700.0,
        "profit_sb_percentage": 7.37,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liberty",
                "amount": 9253.0
            },
            {
                "team": "Massachusetts",
                "amount": 747.0
            }
        ],
        "expected_reward_tokens": 9438.06,
        "profit_sb": -61.94,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb3bd766-a898-436c-b35e-4e491f373d69",
            "gambit_id": "60ff3422-1c2d-4afc-b8ef-a53be92e7637",
            "last_updated": "2022-12-24T17:12:20.150640-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/906344c4-842c-495e-9f95-e7e0957b6db9/?format=api"
        },
        {
            "id": "977b2172-6a99-4a36-9b29-1abd6fde6c0b",
            "gambit_id": "06e26d4d-3bcf-48a6-bccf-b3f09488ac7a",
            "last_updated": "2022-12-24T17:12:20.149524-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "12.64000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/906344c4-842c-495e-9f95-e7e0957b6db9/?format=api"
        }
    ]
}