GET /api/bet_types/5bcc17a0-5679-423c-9927-6673c6b9ad46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bcc17a0-5679-423c-9927-6673c6b9ad46",
    "match": "https://api-prod.gambitprofit.com/api/matches/532384c7-aa3e-4e60-a335-58dd9807a80b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:52.146256-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": "CHC",
                "amount": 5614.0
            },
            {
                "team": "HOU",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "08cb54ee-c15b-40ce-aae2-8955b06bd4e0",
            "gambit_id": "629fd451-f08d-4fea-8355-27fc2f49b495",
            "last_updated": "2023-05-18T11:47:20.848306-04:00",
            "created_at": "2023-05-17T11:06:52.150575-04:00",
            "name": "CHC",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bcc17a0-5679-423c-9927-6673c6b9ad46/?format=api"
        },
        {
            "id": "bcfc8c80-d701-4718-b688-728cede556c2",
            "gambit_id": "0ad68537-25ed-45e8-b0ea-3c954d5eed59",
            "last_updated": "2023-05-18T11:47:20.846411-04:00",
            "created_at": "2023-05-17T11:06:52.148411-04:00",
            "name": "HOU",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bcc17a0-5679-423c-9927-6673c6b9ad46/?format=api"
        }
    ]
}