GET /api/bet_types/da48246a-77f9-4623-9761-372428b92c95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da48246a-77f9-4623-9761-372428b92c95",
    "match": "https://api-prod.gambitprofit.com/api/matches/3213b066-5e26-42b2-9e74-26c1e4071a96/?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": "USC",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0962265-c654-451b-ac7e-e60c22195043",
            "gambit_id": "57c96d3c-9cfc-487d-97cf-1c2bd3025f33",
            "last_updated": "2022-10-03T11:22:20.511489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da48246a-77f9-4623-9761-372428b92c95/?format=api"
        },
        {
            "id": "268b0797-5e69-4b66-bdab-7b980e790922",
            "gambit_id": "b3909c30-acb8-4c4a-be59-2d920dd28394",
            "last_updated": "2022-10-03T11:22:20.512634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "25.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da48246a-77f9-4623-9761-372428b92c95/?format=api"
        }
    ]
}