GET /api/bet_types/a7263416-8f9d-4b95-b072-66f80d303f19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7263416-8f9d-4b95-b072-66f80d303f19",
    "match": "https://api-prod.gambitprofit.com/api/matches/73908d29-42e4-449b-bb6b-b86de3cd5244/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Florida",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida",
                "amount": 9095.0
            },
            {
                "team": "South Florida",
                "amount": 905.0
            }
        ],
        "expected_reward_tokens": 9366.75,
        "profit_sb": 366.75,
        "profit_sb_percentage": 4.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "d89cc2af-cdfe-4766-a854-aad577ce7882",
            "gambit_id": "53b41c1e-22cd-47b9-8c27-df809be054ad",
            "last_updated": "2022-09-18T13:02:34.184734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7263416-8f9d-4b95-b072-66f80d303f19/?format=api"
        },
        {
            "id": "ebef95a6-8ed9-4ebe-97f5-5f0dd156d791",
            "gambit_id": "52bc6cc7-e77e-4d31-bdc5-80a1a583cb11",
            "last_updated": "2022-09-18T13:02:34.185712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "10.35000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7263416-8f9d-4b95-b072-66f80d303f19/?format=api"
        }
    ]
}