GET /api/bet_types/106be2ea-e2e7-4d71-ad19-f856f1f604eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "106be2ea-e2e7-4d71-ad19-f856f1f604eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/87618de0-caed-462d-9de6-a8feef3560fa/?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": "STL",
                "amount": 5405.0
            },
            {
                "team": "NYY",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f36aae3-544b-44ba-b0de-24a15684e55c",
            "gambit_id": "56f67d90-aeb8-42ac-b901-7ad83d3e6c1e",
            "last_updated": "2022-08-06T10:52:02.067678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106be2ea-e2e7-4d71-ad19-f856f1f604eb/?format=api"
        },
        {
            "id": "73471e60-8203-4fbf-a64a-454d24a6b300",
            "gambit_id": "f33dcb4f-de1d-4ff2-9a62-9d20e2f38c3e",
            "last_updated": "2022-08-06T10:52:02.068178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106be2ea-e2e7-4d71-ad19-f856f1f604eb/?format=api"
        }
    ]
}