GET /api/bet_types/6fccfd7b-2728-4942-92ce-01ef0a0255fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fccfd7b-2728-4942-92ce-01ef0a0255fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/15ec3c4d-4191-46da-bf89-781a2fe55ff4/?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": "TEX",
                "amount": 5395.0
            },
            {
                "team": "BOS",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ebbd7df-d979-4f19-9fad-979c0dd15724",
            "gambit_id": "f9db366a-685c-489a-9f79-206118c13e87",
            "last_updated": "2022-09-02T08:57:03.953628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fccfd7b-2728-4942-92ce-01ef0a0255fe/?format=api"
        },
        {
            "id": "3f72314e-ce0a-4951-9a48-b2fde93f11d8",
            "gambit_id": "a8177b37-fb19-4aad-a8b3-1fa6178716b5",
            "last_updated": "2022-09-02T08:57:03.953128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fccfd7b-2728-4942-92ce-01ef0a0255fe/?format=api"
        }
    ]
}