GET /api/bet_types/4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cffd7ee-a73b-47db-a111-36b1cb3d78ea/?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": "WAS",
                "amount": 5312.0
            },
            {
                "team": "CHC",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b070523-6dfb-43f8-a77e-1ef7a9c19f59",
            "gambit_id": "9a3d6ac2-1538-4db6-82fd-a0f2aba7adb6",
            "last_updated": "2022-08-18T10:36:50.029680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed/?format=api"
        },
        {
            "id": "869bf6ee-e609-4d19-b7df-d5ace1ee0091",
            "gambit_id": "009d0eb6-41a1-4d49-9998-52c637ec4bd0",
            "last_updated": "2022-08-18T10:36:50.030164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed/?format=api"
        }
    ]
}