GET /api/bet_types/a070ea6d-ac20-4176-b30d-9a256968abe4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a070ea6d-ac20-4176-b30d-9a256968abe4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd2d73ac-1bb1-4d9b-9538-d8e8be3b6fd2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Cincinnati",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Cincinnati",
                "amount": 8700.0
            },
            {
                "team": "Navy",
                "amount": 1300.0
            }
        ],
        "expected_reward_tokens": 9308.0,
        "profit_sb": 308.0,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "53585f54-8ce2-4e77-8588-7c9ee44a6525",
            "gambit_id": "9bdb4595-2c6b-4725-a002-5c7ae1da133e",
            "last_updated": "2022-11-06T08:28:43.590093-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a070ea6d-ac20-4176-b30d-9a256968abe4/?format=api"
        },
        {
            "id": "b47e087a-4501-460b-9c2f-799be251f47c",
            "gambit_id": "80e16d51-eebf-4f80-bbaa-75af0f2ff5ce",
            "last_updated": "2022-11-06T08:28:43.589148-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "7.16000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a070ea6d-ac20-4176-b30d-9a256968abe4/?format=api"
        }
    ]
}