GET /api/bet_types/941a5994-6fde-48a2-a9eb-6457b6ecab1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "941a5994-6fde-48a2-a9eb-6457b6ecab1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b8a2bcd-387f-4cbb-b3c4-a68a1e68bd39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:14.980059-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": "Philadelphia Flyers",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "395e0d55-9044-413d-ac39-71da12da53be",
            "gambit_id": "a058d375-6ee5-4b86-8811-0c2a93942eb7",
            "last_updated": "2024-01-15T10:18:24.320932-05:00",
            "created_at": "2024-01-12T09:48:14.983986-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/941a5994-6fde-48a2-a9eb-6457b6ecab1e/?format=api"
        },
        {
            "id": "97fabe78-0355-44c8-850f-a3fb41d87714",
            "gambit_id": "a75e160d-d042-4d95-bdb9-22fc3175e81f",
            "last_updated": "2024-01-15T10:18:24.324423-05:00",
            "created_at": "2024-01-12T09:48:14.989135-05:00",
            "name": "Minnesota Wild",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/941a5994-6fde-48a2-a9eb-6457b6ecab1e/?format=api"
        }
    ]
}