GET /api/bet_types/927ca04b-3d53-4878-a81f-563c53c10303/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "927ca04b-3d53-4878-a81f-563c53c10303",
    "match": "https://api-prod.gambitprofit.com/api/matches/4790442d-eebf-449c-9221-084df4c836ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Michigan State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Michigan State",
                "amount": 8975.0
            },
            {
                "team": "Western Michigan",
                "amount": 1025.0
            }
        ],
        "expected_reward_tokens": 9419.75,
        "profit_sb": 419.75,
        "profit_sb_percentage": 4.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2f32f31-e329-4f64-b495-cd07ab48f6c9",
            "gambit_id": "cac11c2f-5dd6-4673-a0d3-457951680490",
            "last_updated": "2022-09-03T10:37:19.262608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/927ca04b-3d53-4878-a81f-563c53c10303/?format=api"
        },
        {
            "id": "9f5c7c46-c43c-4b3a-a3fc-7edca3c10b3f",
            "gambit_id": "86866812-6c0f-42e8-937a-dd9bfcee6139",
            "last_updated": "2022-09-03T10:37:19.263040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "9.19000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/927ca04b-3d53-4878-a81f-563c53c10303/?format=api"
        }
    ]
}