GET /api/bet_types/4a59eb16-6339-4cec-8a5b-06b57739c8d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a59eb16-6339-4cec-8a5b-06b57739c8d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba9fbf27-1509-4cf2-8883-7933f25a5f48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:04.479477-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": "Los Angeles Dodgers",
                "amount": 6010.0
            },
            {
                "team": "Seattle Mariners",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "326a5393-4671-49f9-bcdf-823652b8d74b",
            "gambit_id": "d9d3bf81-07f3-4a12-a4e4-c5c14a225ede",
            "last_updated": "2023-09-18T22:48:06.004290-04:00",
            "created_at": "2023-09-17T10:28:04.483483-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a59eb16-6339-4cec-8a5b-06b57739c8d3/?format=api"
        },
        {
            "id": "3b0a874f-ad3c-423a-adbd-0f491ec1e232",
            "gambit_id": "cf74ae80-54af-4498-a436-6d708c5d50ba",
            "last_updated": "2023-09-18T22:48:06.009043-04:00",
            "created_at": "2023-09-17T10:28:04.487730-04:00",
            "name": "Seattle Mariners",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a59eb16-6339-4cec-8a5b-06b57739c8d3/?format=api"
        }
    ]
}