GET /api/bet_types/1acc9dda-08eb-4bf4-8910-51a7462acd5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1acc9dda-08eb-4bf4-8910-51a7462acd5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eef312e-d298-4410-8708-61a6d6db193e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-05T08:33:19.519056-04: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": "OAK",
                "amount": 5107.0
            },
            {
                "team": "SFO",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "829587b8-31c0-480c-8330-634f1d697083",
            "gambit_id": "65e1d847-6c21-46be-bea5-09d8cf966d1c",
            "last_updated": "2023-08-07T14:58:06.288805-04:00",
            "created_at": "2023-08-05T08:33:19.528806-04:00",
            "name": "OAK",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acc9dda-08eb-4bf4-8910-51a7462acd5b/?format=api"
        },
        {
            "id": "dc59eb2a-de73-4a56-be68-5633f08bf149",
            "gambit_id": "a8f0d3d6-3a44-49f7-be54-5d326195298e",
            "last_updated": "2023-08-07T14:58:06.284948-04:00",
            "created_at": "2023-08-05T08:33:19.523534-04:00",
            "name": "SFO",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acc9dda-08eb-4bf4-8910-51a7462acd5b/?format=api"
        }
    ]
}