GET /api/bet_types/a983c50a-07f4-4eb3-8d2b-2f1bf093f3dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a983c50a-07f4-4eb3-8d2b-2f1bf093f3dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c4a2cab-012f-4017-8602-3bdc2d956a92/?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": "PIT",
                "amount": 6025.0
            },
            {
                "team": "STL",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "36e1e39b-5830-4633-b0f5-270f575a374e",
            "gambit_id": "dd857864-ba9d-49a3-bd2d-f642dd4c2c4f",
            "last_updated": "2022-10-05T07:01:56.603594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a983c50a-07f4-4eb3-8d2b-2f1bf093f3dc/?format=api"
        },
        {
            "id": "377b4d7e-7a14-4d23-9535-dc98a7fee211",
            "gambit_id": "d33fd49e-a030-4d08-aa3a-c658eade406f",
            "last_updated": "2022-10-05T07:01:56.604553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a983c50a-07f4-4eb3-8d2b-2f1bf093f3dc/?format=api"
        }
    ]
}