GET /api/bet_types/8622bff3-23bc-4874-9f15-c05681b13b69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8622bff3-23bc-4874-9f15-c05681b13b69",
    "match": "https://api-prod.gambitprofit.com/api/matches/3924ee85-8621-41c5-9825-9202d3fa113c/?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": "PHI",
                "amount": 5492.0
            },
            {
                "team": "HOU",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a12a7d2-7be5-4f67-b66f-1bed51b7e2d2",
            "gambit_id": "c1775081-13ca-481f-84c2-dbf8219fc351",
            "last_updated": "2022-11-04T09:22:47.211398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8622bff3-23bc-4874-9f15-c05681b13b69/?format=api"
        },
        {
            "id": "eea6cd29-90c3-4486-9f4c-b8228337e659",
            "gambit_id": "0bbb7c33-1b7d-4a4a-8c5e-b07b7e7bf19d",
            "last_updated": "2022-11-04T09:22:47.212368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8622bff3-23bc-4874-9f15-c05681b13b69/?format=api"
        }
    ]
}