GET /api/bet_types/7af909c9-89c2-48b3-a740-84c5a12755b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7af909c9-89c2-48b3-a740-84c5a12755b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6173433d-2f3c-4073-b02e-597a9495852e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Mississippi",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mississippi",
                "amount": 8865.0
            },
            {
                "team": "Troy",
                "amount": 1135.0
            }
        ],
        "expected_reward_tokens": 9396.9,
        "profit_sb": 396.9,
        "profit_sb_percentage": 4.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0c8228c-abee-4626-b432-5aa2cafb171f",
            "gambit_id": "aebfae18-a3dc-41ff-9873-0b435797260a",
            "last_updated": "2022-09-05T09:47:21.902983-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af909c9-89c2-48b3-a740-84c5a12755b2/?format=api"
        },
        {
            "id": "3e3cc7da-1d09-4953-b9cf-8d8ba96eeec8",
            "gambit_id": "03189290-ff2e-4fd7-b29b-ac237b98a199",
            "last_updated": "2022-09-05T09:47:21.903992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "8.28000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af909c9-89c2-48b3-a740-84c5a12755b2/?format=api"
        }
    ]
}