GET /api/bet_types/e18680ee-e4fe-49c4-86d1-8109154bf969/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e18680ee-e4fe-49c4-86d1-8109154bf969",
    "match": "https://api-prod.gambitprofit.com/api/matches/f77b9f7a-0b56-45cf-8930-35b5697ec1cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T10:38:14.088835-04: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": "Ilia Topuria",
                "amount": 7235.0
            },
            {
                "team": "Josh Emmett",
                "amount": 2765.0
            }
        ],
        "expected_reward_tokens": 9260.8,
        "profit_sb": -239.2,
        "profit_sb_percentage": -2.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4148c63-abaf-440c-8aad-67a9862b6cd0",
            "gambit_id": "5cd0a484-b2f9-4bb9-b01b-5733f40efca2",
            "last_updated": "2023-06-27T15:03:08.649461-04:00",
            "created_at": "2023-06-24T10:38:14.093251-04:00",
            "name": "Ilia Topuria",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18680ee-e4fe-49c4-86d1-8109154bf969/?format=api"
        },
        {
            "id": "b04f9653-727f-4988-93b8-62130c85aff4",
            "gambit_id": "32819d1a-9c76-4cf2-84e9-c28e0c17851b",
            "last_updated": "2023-06-27T15:03:08.647847-04:00",
            "created_at": "2023-06-24T10:38:14.091232-04:00",
            "name": "Josh Emmett",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18680ee-e4fe-49c4-86d1-8109154bf969/?format=api"
        }
    ]
}