GET /api/bet_types/2bcc40a9-ddb6-4d54-aee6-0b9d100b1a62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bcc40a9-ddb6-4d54-aee6-0b9d100b1a62",
    "match": "https://api-prod.gambitprofit.com/api/matches/449b712d-2efd-4c7f-b73f-7f68a06c60ae/?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": "Detroit Lions",
                "amount": 5097.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "463ab64f-5f10-4ef3-9654-5194c9be6e94",
            "gambit_id": "39ac4d50-d6bc-410c-aa80-bd83ba6f2d96",
            "last_updated": "2022-09-19T11:02:16.687446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcc40a9-ddb6-4d54-aee6-0b9d100b1a62/?format=api"
        },
        {
            "id": "f83f025b-79c2-4f89-97f2-de33890a0b04",
            "gambit_id": "0adb88cb-0436-4aa9-8cea-8c569ec86cf8",
            "last_updated": "2022-09-19T11:02:16.688373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcc40a9-ddb6-4d54-aee6-0b9d100b1a62/?format=api"
        }
    ]
}