GET /api/bet_types/e2923ce6-9e1f-4727-8d50-28e4de1842f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2923ce6-9e1f-4727-8d50-28e4de1842f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/037258cf-445e-4360-a4ac-4d571a6619bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T10:01:51.099294-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": "Calgary Flames",
                "amount": 6603.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9388de3f-9589-4ba7-8e4a-850c146208b9",
            "gambit_id": "6341b16e-8476-4c27-927a-393111f34f87",
            "last_updated": "2023-03-07T11:12:01.491020-05:00",
            "created_at": "2023-03-06T10:01:51.102027-05:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2923ce6-9e1f-4727-8d50-28e4de1842f7/?format=api"
        },
        {
            "id": "3e08180d-5e62-4290-8489-efc2c8b547e8",
            "gambit_id": "756fd5d5-1cb8-49f8-8190-0636cf875f7f",
            "last_updated": "2023-03-07T11:12:01.489822-05:00",
            "created_at": "2023-03-06T10:01:51.100626-05:00",
            "name": "Dallas Stars",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2923ce6-9e1f-4727-8d50-28e4de1842f7/?format=api"
        }
    ]
}