GET /api/bet_types/ba055cb3-76aa-413d-aa64-47194ffc982e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba055cb3-76aa-413d-aa64-47194ffc982e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e48487e-a0f6-4709-9d6c-5f6c1b6a482e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Cowboys",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Cowboys",
                "amount": 9036.0
            },
            {
                "team": "Houston Texans",
                "amount": 964.0
            }
        ],
        "expected_reward_tokens": 9397.44,
        "profit_sb": 397.44,
        "profit_sb_percentage": 4.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2e8dd06-455b-43c2-a365-37c3edf59fff",
            "gambit_id": "bd765e53-59ed-4212-8e40-bc536db942c6",
            "last_updated": "2022-12-12T10:22:13.830971-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba055cb3-76aa-413d-aa64-47194ffc982e/?format=api"
        },
        {
            "id": "2678d8a3-976c-4b71-b280-c61aed24155b",
            "gambit_id": "983f89c5-6e3c-499a-8c06-a844f90065e2",
            "last_updated": "2022-12-12T10:22:13.829934-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "9.75000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba055cb3-76aa-413d-aa64-47194ffc982e/?format=api"
        }
    ]
}