GET /api/bet_types/b5d273eb-246a-415d-a111-029e7f6667b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5d273eb-246a-415d-a111-029e7f6667b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ce4b0d8-f165-4ea4-a7e6-b0e50a39b32f/?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": "Vancouver Canucks",
                "amount": 6956.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "14609e52-3573-40ec-9329-c62f5af63f3a",
            "gambit_id": "2d53ddfc-0671-4189-9d95-6a4c183c07f7",
            "last_updated": "2022-10-19T09:42:25.929324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5d273eb-246a-415d-a111-029e7f6667b3/?format=api"
        },
        {
            "id": "cb88896e-206d-4a78-81b9-dbffd0978e36",
            "gambit_id": "d3654d26-c781-4fa6-bc2d-9d1473588298",
            "last_updated": "2022-10-19T09:42:25.927550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5d273eb-246a-415d-a111-029e7f6667b3/?format=api"
        }
    ]
}