GET /api/bet_types/8f3f8456-a1bc-4595-b8af-97944d6d23ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f3f8456-a1bc-4595-b8af-97944d6d23ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/857f9998-e6fd-4967-9e2f-15164b50392f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.317616-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": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e82533e7-79c2-41c9-a31f-e3644e2052a9",
            "gambit_id": "2897d377-3cf8-4b74-ac16-9c5b1cfed347",
            "last_updated": "2023-02-28T12:37:09.062766-05:00",
            "created_at": "2023-02-27T10:17:02.318781-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f3f8456-a1bc-4595-b8af-97944d6d23ca/?format=api"
        },
        {
            "id": "5fc1a8f8-a1d4-41f1-9bf3-1f426713f7f8",
            "gambit_id": "fd6d4e5d-3111-4049-a087-75927ed75562",
            "last_updated": "2023-02-28T12:37:09.063969-05:00",
            "created_at": "2023-02-27T10:17:02.319992-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f3f8456-a1bc-4595-b8af-97944d6d23ca/?format=api"
        }
    ]
}