GET /api/bet_types/d1a9ec88-d586-4830-8569-7e66f0e26e4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1a9ec88-d586-4830-8569-7e66f0e26e4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eea673e-d191-4420-8a5a-34b393ac0253/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:11.195583-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": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c069c699-06bb-4c0e-854d-34501aa27d07",
            "gambit_id": "47dd0316-b52d-4786-a4c5-8b5d8609c55c",
            "last_updated": "2023-11-21T14:23:21.147703-05:00",
            "created_at": "2023-11-20T09:48:11.203859-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1a9ec88-d586-4830-8569-7e66f0e26e4b/?format=api"
        },
        {
            "id": "37758202-505d-468d-8d4d-ff7f425eae9c",
            "gambit_id": "60beafa5-6f4c-48aa-a9f6-b4c165d1999d",
            "last_updated": "2023-11-21T14:23:21.144031-05:00",
            "created_at": "2023-11-20T09:48:11.199988-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1a9ec88-d586-4830-8569-7e66f0e26e4b/?format=api"
        }
    ]
}