GET /api/bet_types/352ed19b-c8c5-4974-a52c-341705384d3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "352ed19b-c8c5-4974-a52c-341705384d3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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": "Florida State",
                "amount": 5000.0
            },
            {
                "team": "Wake Forest",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "204f6f41-7c8d-4021-8fce-51521a9f6fd3",
            "gambit_id": "f08c5fd9-16af-4187-a164-997519c036f7",
            "last_updated": "2022-10-02T20:07:03.404882-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/352ed19b-c8c5-4974-a52c-341705384d3e/?format=api"
        },
        {
            "id": "1ec3d999-4a9a-4d21-9e64-d5ed1364ef01",
            "gambit_id": "3b5ab471-613f-4153-a13e-b24329b5d3e3",
            "last_updated": "2022-10-02T20:07:03.405947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/352ed19b-c8c5-4974-a52c-341705384d3e/?format=api"
        }
    ]
}