GET /api/bet_types/bb9e4bff-80f3-4313-b8a9-7ecf981540c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb9e4bff-80f3-4313-b8a9-7ecf981540c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/78afca9a-4ce3-4cd2-9d64-811961ff2e12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:14.448758-04: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": "Toronto Maple Leafs",
                "amount": 6163.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b18773b-d64a-4f99-b9ce-512b5dbf4a6e",
            "gambit_id": "cac38ac7-ffcd-4de0-a78c-87d176848434",
            "last_updated": "2023-04-05T22:52:08.456221-04:00",
            "created_at": "2023-04-04T09:32:14.450529-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb9e4bff-80f3-4313-b8a9-7ecf981540c3/?format=api"
        },
        {
            "id": "028d78e7-71c6-4f4a-8ca1-6a33fb7fc72e",
            "gambit_id": "e1040d61-46f7-4fc0-942c-8df233cbed05",
            "last_updated": "2023-04-05T22:52:08.458942-04:00",
            "created_at": "2023-04-04T09:32:14.452566-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb9e4bff-80f3-4313-b8a9-7ecf981540c3/?format=api"
        }
    ]
}