GET /api/bet_types/d0cc07b1-d099-4c9d-aec3-5ce75f115a28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0cc07b1-d099-4c9d-aec3-5ce75f115a28",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d06f884-a1ce-4034-9899-a8d4c052b231/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f5a4e66-ebb9-4827-b61f-d6d5befe343b",
            "gambit_id": "c8f7e2d2-b859-417b-aeaf-dadd0c9ba3eb",
            "last_updated": "2022-12-20T15:47:24.394912-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0cc07b1-d099-4c9d-aec3-5ce75f115a28/?format=api"
        },
        {
            "id": "d9dd7415-d3ca-47a3-9647-7c0c44641070",
            "gambit_id": "0929ab1e-0d20-475e-93a5-c081dfc46902",
            "last_updated": "2022-12-20T15:47:24.393756-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0cc07b1-d099-4c9d-aec3-5ce75f115a28/?format=api"
        }
    ]
}