GET /api/bet_types/fee633ad-3441-4e22-a7e6-f942a594bbdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fee633ad-3441-4e22-a7e6-f942a594bbdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:08.540620-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": "SFO",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "921addda-42db-4707-ac44-f9a39a4a83c8",
            "gambit_id": "58cd6a8b-435e-432c-b02f-b67e6dbe7447",
            "last_updated": "2023-08-01T21:43:03.741451-04:00",
            "created_at": "2023-07-25T12:38:08.548859-04:00",
            "name": "SFO",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee633ad-3441-4e22-a7e6-f942a594bbdd/?format=api"
        },
        {
            "id": "464f7bfd-03c2-4263-81c9-79fabcaa4d2b",
            "gambit_id": "0007734e-1926-47ab-b2c8-bc1ff081212b",
            "last_updated": "2023-08-01T21:43:03.737746-04:00",
            "created_at": "2023-07-25T12:38:08.544757-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee633ad-3441-4e22-a7e6-f942a594bbdd/?format=api"
        }
    ]
}