GET /api/bet_types/143143f7-1421-41f2-8bbf-b80965c37501/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "143143f7-1421-41f2-8bbf-b80965c37501",
    "match": "https://api-prod.gambitprofit.com/api/matches/0924c47c-8271-420e-bd13-77bc3dc909f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:37:59.892241-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": "Indiana Pacers",
                "amount": 5107.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e333867-5c01-4ab3-a875-3430bcb517d9",
            "gambit_id": "df59e7ee-4ba9-435d-92a8-f18eabb2fdb2",
            "last_updated": "2023-12-12T21:53:21.802292-05:00",
            "created_at": "2023-12-11T09:37:59.896490-05:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143143f7-1421-41f2-8bbf-b80965c37501/?format=api"
        },
        {
            "id": "74a66f99-47b0-4552-8b8e-5a5fa83bcd46",
            "gambit_id": "d7891e50-1deb-4dd4-a621-7e3cb0f57e64",
            "last_updated": "2023-12-12T21:53:21.805674-05:00",
            "created_at": "2023-12-11T09:37:59.900552-05:00",
            "name": "Detroit Pistons",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143143f7-1421-41f2-8bbf-b80965c37501/?format=api"
        }
    ]
}