GET /api/bet_types/499bc699-e4a4-486f-8475-f3aec905bc12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "499bc699-e4a4-486f-8475-f3aec905bc12",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ebb195d-66b4-40b1-9d3f-900ff2371e56/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "BOS",
                "amount": 5499.0
            },
            {
                "team": "TOR",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ba117d1-d981-4862-81fe-27f69f3e3d89",
            "gambit_id": "7516501e-e85d-4f92-9e1e-b96c694ac2a5",
            "last_updated": "2022-08-24T10:27:10.332564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499bc699-e4a4-486f-8475-f3aec905bc12/?format=api"
        },
        {
            "id": "ac608c6a-40e5-4206-b2d0-741e816a193c",
            "gambit_id": "156c410b-7683-4039-8933-5ee51af6f39c",
            "last_updated": "2022-08-24T10:27:10.333052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499bc699-e4a4-486f-8475-f3aec905bc12/?format=api"
        }
    ]
}