GET /api/bet_types/f4274590-1de4-4a4f-8cc5-87fbd71dd4a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4274590-1de4-4a4f-8cc5-87fbd71dd4a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d8dc14b-b993-44c3-a483-f9639a022524/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-03T08:53:18.155881-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": "Minnesota Wild",
                "amount": 5317.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ced9661-f92f-4eed-87a1-ec7b2ae114f7",
            "gambit_id": "7cecb6fd-8441-4690-91a2-ef68e740bd48",
            "last_updated": "2023-12-05T09:58:14.497010-05:00",
            "created_at": "2023-12-03T08:53:18.159242-05:00",
            "name": "Minnesota Wild",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4274590-1de4-4a4f-8cc5-87fbd71dd4a3/?format=api"
        },
        {
            "id": "7db9c74c-bb40-4013-b85c-fd08a89d31d6",
            "gambit_id": "d2b15145-b49f-4c2a-8e52-41d26ffb33ad",
            "last_updated": "2023-12-05T09:58:14.500426-05:00",
            "created_at": "2023-12-03T08:53:18.163642-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4274590-1de4-4a4f-8cc5-87fbd71dd4a3/?format=api"
        }
    ]
}