GET /api/bet_types/93ee67a2-c25d-4f1d-9a2b-da8d2b0dedd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93ee67a2-c25d-4f1d-9a2b-da8d2b0dedd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/783ce8db-e169-4d17-a718-8b416b5286e7/?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": "Ottawa Senators",
                "amount": 5753.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b5fb5fa-ed4d-40c3-877e-f136aad1830b",
            "gambit_id": "f2f904a6-556a-4df4-a78b-3f6e994f913e",
            "last_updated": "2022-12-09T09:52:15.217205-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ee67a2-c25d-4f1d-9a2b-da8d2b0dedd7/?format=api"
        },
        {
            "id": "510f4eba-8293-4b4b-882e-0335fee552c3",
            "gambit_id": "2e3fc666-7ec0-4008-ad60-f3c304fce117",
            "last_updated": "2022-12-09T09:52:15.216219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ee67a2-c25d-4f1d-9a2b-da8d2b0dedd7/?format=api"
        }
    ]
}