GET /api/bet_types/d5084af7-6175-4064-88e0-277749bea6be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5084af7-6175-4064-88e0-277749bea6be",
    "match": "https://api-prod.gambitprofit.com/api/matches/b29f4a9b-4b92-4bdc-96a8-897d857194ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:31:53.014167-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc53ccd0-af72-45d9-b129-d8515f4077cf",
            "gambit_id": "19cac582-bb0f-495d-8982-2da207cc0f48",
            "last_updated": "2023-03-10T10:01:50.355366-05:00",
            "created_at": "2023-03-09T09:31:53.016741-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5084af7-6175-4064-88e0-277749bea6be/?format=api"
        },
        {
            "id": "193ce3fc-1ffb-4e61-9d5b-615410a0748e",
            "gambit_id": "3518f373-c160-40ab-8bc5-f664754afe71",
            "last_updated": "2023-03-10T10:01:50.354203-05:00",
            "created_at": "2023-03-09T09:31:53.015424-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5084af7-6175-4064-88e0-277749bea6be/?format=api"
        }
    ]
}