GET /api/bet_types/964d7eee-3ba3-4ecf-8b0a-8c31a2f23fb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "964d7eee-3ba3-4ecf-8b0a-8c31a2f23fb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6372705-636e-48bf-a5c3-b93a3d5b8673/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:59.319046-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "63ed1ac8-0945-461b-b1b6-63fcced7b8cd",
            "gambit_id": "e1c99475-ef9f-410a-badc-63baf69550be",
            "last_updated": "2023-02-04T12:01:57.559758-05:00",
            "created_at": "2023-02-03T09:21:59.320419-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964d7eee-3ba3-4ecf-8b0a-8c31a2f23fb3/?format=api"
        },
        {
            "id": "d0350de2-3cca-4188-ae00-3963936f8df9",
            "gambit_id": "13fcaff2-8486-4bc2-9dcf-bf275c26a1f9",
            "last_updated": "2023-02-04T12:01:57.561067-05:00",
            "created_at": "2023-02-03T09:21:59.321823-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964d7eee-3ba3-4ecf-8b0a-8c31a2f23fb3/?format=api"
        }
    ]
}