GET /api/bet_types/e7e9c330-0208-4891-b6c2-5930e729b4f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e9c330-0208-4891-b6c2-5930e729b4f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8111e8d8-90fe-496e-a625-b5cbcf9075ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:12:16.725769-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": "Sacramento Kings",
                "amount": 6399.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff12afd4-eb61-46e2-b71c-5bbe7936682a",
            "gambit_id": "84c25ffa-3844-4a8c-99e8-28a7b793d6c9",
            "last_updated": "2023-03-07T10:07:07.773762-05:00",
            "created_at": "2023-03-06T08:12:16.727785-05:00",
            "name": "Sacramento Kings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e9c330-0208-4891-b6c2-5930e729b4f3/?format=api"
        },
        {
            "id": "220c0635-81e6-47de-aecd-8cf3a1b44171",
            "gambit_id": "d568bc8c-927b-4bbe-889a-ef39f44f9c2b",
            "last_updated": "2023-03-07T10:07:07.774911-05:00",
            "created_at": "2023-03-06T08:12:16.729541-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e9c330-0208-4891-b6c2-5930e729b4f3/?format=api"
        }
    ]
}