GET /api/bet_types/be164581-b157-4caf-89b4-4687b9b78b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be164581-b157-4caf-89b4-4687b9b78b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/34e434e3-b7ed-464f-b538-1f9e9e1c1826/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:06.258793-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Duke",
                "amount": 5899.0
            },
            {
                "team": "Central Florida",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "256c90f8-1541-4136-994c-4f73d118acf2",
            "gambit_id": "c0de3936-a209-484c-bd33-fd3cd3486f0d",
            "last_updated": "2022-12-30T18:52:01.725550-05:00",
            "created_at": "2022-12-28T09:32:06.260370-05:00",
            "name": "Duke",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be164581-b157-4caf-89b4-4687b9b78b5b/?format=api"
        },
        {
            "id": "7a4fdb43-abe8-42ca-ae71-9c5040ae81c5",
            "gambit_id": "f6ce1a15-30af-4acf-96fe-a360b0151b12",
            "last_updated": "2022-12-30T18:52:01.726667-05:00",
            "created_at": "2022-12-28T09:32:06.262016-05:00",
            "name": "Central Florida",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be164581-b157-4caf-89b4-4687b9b78b5b/?format=api"
        }
    ]
}