GET /api/bet_types/93b39a53-2a39-42b5-85fa-0d815cea715a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93b39a53-2a39-42b5-85fa-0d815cea715a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7bbfd23-93cc-4995-9ba2-c96ee3649d3a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T18:16:56.887199-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": "Minnesota RØKKR",
                "amount": 5826.0
            },
            {
                "team": "London Royal Ravens",
                "amount": 4174.0
            }
        ],
        "expected_reward_tokens": 8680.74,
        "profit_sb": -319.26,
        "profit_sb_percentage": -3.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "7187e5ef-0c32-4046-b1c4-0ae40111d54d",
            "gambit_id": "29e2730f-0459-42f0-9e3a-d7df18623fed",
            "last_updated": "2023-01-16T20:11:57.516233-05:00",
            "created_at": "2023-01-12T18:16:56.889714-05:00",
            "name": "Minnesota RØKKR",
            "reward": "1.49000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b39a53-2a39-42b5-85fa-0d815cea715a/?format=api"
        },
        {
            "id": "12f66505-ec35-4b97-81eb-f77becf1e938",
            "gambit_id": "64ca02b9-34c7-43ba-95eb-604b2c6db83c",
            "last_updated": "2023-01-16T20:11:57.513067-05:00",
            "created_at": "2023-01-12T18:16:56.888385-05:00",
            "name": "London Royal Ravens",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b39a53-2a39-42b5-85fa-0d815cea715a/?format=api"
        }
    ]
}