GET /api/bet_types/926bd68e-7273-44e7-9e7b-80b69eda5bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "926bd68e-7273-44e7-9e7b-80b69eda5bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c742e0e-bd7c-41af-b5ef-4f901807d589/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:25.453331-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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4229e760-ed30-42de-bc52-c9712cbc749f",
            "gambit_id": "6022382d-c3f7-49d8-af25-d6d7bb3784ad",
            "last_updated": "2023-09-11T11:17:54.974325-04:00",
            "created_at": "2023-09-06T22:48:25.457362-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/926bd68e-7273-44e7-9e7b-80b69eda5bbd/?format=api"
        },
        {
            "id": "e4af3a6c-f4d1-4ee1-80eb-2d36be055425",
            "gambit_id": "ea4d7661-ba04-4d2c-bcc3-ae24b5d82e70",
            "last_updated": "2023-09-11T11:17:54.977471-04:00",
            "created_at": "2023-09-06T22:48:25.462370-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/926bd68e-7273-44e7-9e7b-80b69eda5bbd/?format=api"
        }
    ]
}