GET /api/bet_types/f8815ebb-4a75-4e63-91f9-991c200351d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8815ebb-4a75-4e63-91f9-991c200351d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/101808cb-dce5-42c8-b9b3-04fca99f1b74/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:18.335860-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": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc4af764-834f-44d3-9c3e-b0cff01e370c",
            "gambit_id": "eb673984-1692-4a67-801d-53f4b935204e",
            "last_updated": "2023-12-27T13:17:59.704958-05:00",
            "created_at": "2023-12-26T11:58:18.340222-05:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8815ebb-4a75-4e63-91f9-991c200351d2/?format=api"
        },
        {
            "id": "9d179f89-798f-4926-b405-9dcbe582b5e7",
            "gambit_id": "3873ddb0-0a09-40ae-bcf0-15d744a62121",
            "last_updated": "2023-12-27T13:17:59.709219-05:00",
            "created_at": "2023-12-26T11:58:18.345297-05:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8815ebb-4a75-4e63-91f9-991c200351d2/?format=api"
        }
    ]
}