GET /api/bet_types/ab9642de-7418-4ef6-81ef-2db4b1947c65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab9642de-7418-4ef6-81ef-2db4b1947c65",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac6c5f19-b80b-43d7-a819-1443e1d94a28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:19.631102-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": "New Orleans Pelicans",
                "amount": 7351.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "41da0453-b4c5-4da5-985d-7dcb67c0793f",
            "gambit_id": "93728b69-c516-4b95-aab6-82ecb287716f",
            "last_updated": "2024-02-03T10:37:57.606534-05:00",
            "created_at": "2024-02-02T09:58:19.635230-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9642de-7418-4ef6-81ef-2db4b1947c65/?format=api"
        },
        {
            "id": "6d01af72-02de-483d-85f0-ba819f39147c",
            "gambit_id": "6820e9c5-a76a-49ef-8463-30c402edc08c",
            "last_updated": "2024-02-03T10:37:57.609696-05:00",
            "created_at": "2024-02-02T09:58:19.638995-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9642de-7418-4ef6-81ef-2db4b1947c65/?format=api"
        }
    ]
}