GET /api/bet_types/f3ca6508-5cc2-48df-b6da-f3142f22b033/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3ca6508-5cc2-48df-b6da-f3142f22b033",
    "match": "https://api-prod.gambitprofit.com/api/matches/43c57a73-9693-4537-becc-4977a7044b4e/?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": "Tagir Ulanbekov",
                "amount": 6480.0
            },
            {
                "team": "Nathan Maness",
                "amount": 3520.0
            }
        ],
        "expected_reward_tokens": 8940.8,
        "profit_sb": -59.2,
        "profit_sb_percentage": -0.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c88d6cb-5d0f-4612-baf8-e177ab02ca93",
            "gambit_id": "ca736799-e3d3-47b2-8e5f-035ccfeafa22",
            "last_updated": "2022-11-07T09:02:13.375759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tagir Ulanbekov",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ca6508-5cc2-48df-b6da-f3142f22b033/?format=api"
        },
        {
            "id": "9f036139-440c-4181-a9e6-5c2c80351007",
            "gambit_id": "8c699a3e-a122-450e-b0b4-b0ba081ed3b0",
            "last_updated": "2022-11-07T09:02:13.376748-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nathan Maness",
            "reward": "2.54000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ca6508-5cc2-48df-b6da-f3142f22b033/?format=api"
        }
    ]
}