GET /api/bet_types/d0f66c57-f36b-45df-89b3-422c33b77c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0f66c57-f36b-45df-89b3-422c33b77c4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad9e36fd-b42f-4dd3-9331-b096171c5336/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "BYU",
                "amount": 7700.0
            },
            {
                "team": "South Florida",
                "amount": 2300.0
            }
        ],
        "expected_reward_tokens": 9315.0,
        "profit_sb": 315.0,
        "profit_sb_percentage": 3.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8e675cb-7aa1-46b1-ba24-8a93f0cbb199",
            "gambit_id": "2593a3c2-d133-4aeb-a4db-560b90aff031",
            "last_updated": "2022-09-05T09:47:27.958571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.21000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f66c57-f36b-45df-89b3-422c33b77c4f/?format=api"
        },
        {
            "id": "f828f63d-a991-4a11-8cf6-151e8483dd02",
            "gambit_id": "ce47a365-6f23-4e0f-8a3e-48b017099fcc",
            "last_updated": "2022-09-05T09:47:27.957386-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "4.05000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f66c57-f36b-45df-89b3-422c33b77c4f/?format=api"
        }
    ]
}