GET /api/bet_types/06fc0e66-daa4-4e7a-93f2-de65d0127f28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06fc0e66-daa4-4e7a-93f2-de65d0127f28",
    "match": "https://api-prod.gambitprofit.com/api/matches/50a67079-2435-4f74-80ce-cfd8d8c612c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T10:38:05.042096-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": "Dustin Poirier",
                "amount": 5778.0
            },
            {
                "team": "Justin Gaethje",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "61bbd790-dae2-4c54-bf9f-20d6accc656c",
            "gambit_id": "528461e0-e9f6-4704-8d3e-f59099676a53",
            "last_updated": "2023-07-31T18:23:09.150803-04:00",
            "created_at": "2023-07-26T10:38:05.056949-04:00",
            "name": "Dustin Poirier",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06fc0e66-daa4-4e7a-93f2-de65d0127f28/?format=api"
        },
        {
            "id": "0c27091c-8cbe-4417-a58f-dcce41683b86",
            "gambit_id": "604e56e9-29bc-4528-87fb-2267eaffd8e1",
            "last_updated": "2023-07-31T18:23:09.146400-04:00",
            "created_at": "2023-07-26T10:38:05.050080-04:00",
            "name": "Justin Gaethje",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06fc0e66-daa4-4e7a-93f2-de65d0127f28/?format=api"
        }
    ]
}