GET /api/bet_types/012d42cd-73d7-4500-ab85-59c4ccf4290f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "012d42cd-73d7-4500-ab85-59c4ccf4290f",
    "match": "https://api-prod.gambitprofit.com/api/matches/453941f5-4c98-4821-9eea-58039321856b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:06.566607-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "61ffe751-c9da-4e6f-805e-1eb1a73989e6",
            "gambit_id": "b6ebd17d-7059-4056-ac05-6d0879c6f551",
            "last_updated": "2023-12-26T20:18:06.789589-05:00",
            "created_at": "2023-12-20T11:13:06.579688-05:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012d42cd-73d7-4500-ab85-59c4ccf4290f/?format=api"
        },
        {
            "id": "b2b31644-2e00-4653-807d-daec584767c5",
            "gambit_id": "8754bc42-193a-4aa8-947c-bdbd528abd0e",
            "last_updated": "2023-12-26T20:18:06.793522-05:00",
            "created_at": "2023-12-20T11:13:06.583768-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012d42cd-73d7-4500-ab85-59c4ccf4290f/?format=api"
        }
    ]
}