GET /api/bet_types/09767ee3-034f-44c8-8981-de316009419d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09767ee3-034f-44c8-8981-de316009419d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8823014f-c844-4164-bd02-99250f96624c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:07.446930-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": "MIN (P Lopez)",
                "amount": 5711.0
            },
            {
                "team": "BOS (J Paxton)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "bcff6dd0-d5eb-4ad1-81a5-3df6b47357ae",
            "gambit_id": "7701532a-121d-43cd-bab6-8dbfc6fa3ff6",
            "last_updated": "2023-06-20T10:03:20.569895-04:00",
            "created_at": "2023-06-19T08:08:07.450008-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09767ee3-034f-44c8-8981-de316009419d/?format=api"
        },
        {
            "id": "44f56647-eb45-4df4-8466-a5c13ef29eb3",
            "gambit_id": "fd5726f9-b4a3-4ffa-9190-61674e8c90f1",
            "last_updated": "2023-06-20T10:03:20.566659-04:00",
            "created_at": "2023-06-19T08:08:07.448433-04:00",
            "name": "BOS (J Paxton)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09767ee3-034f-44c8-8981-de316009419d/?format=api"
        }
    ]
}