GET /api/bet_types/a7f5cda3-48b8-4024-9b0f-9ada78b9639c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7f5cda3-48b8-4024-9b0f-9ada78b9639c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7acd90fc-e500-4f14-b5ed-bd114f9a3e4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:57:08.900740-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": "Boston Bruins",
                "amount": 5196.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b9587b3-4905-4745-a9aa-58f9967810c2",
            "gambit_id": "5a6f11dc-a41a-48a6-86ea-845db565ffa5",
            "last_updated": "2023-01-17T11:22:14.278355-05:00",
            "created_at": "2023-01-16T09:57:08.903682-05:00",
            "name": "Boston Bruins",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f5cda3-48b8-4024-9b0f-9ada78b9639c/?format=api"
        },
        {
            "id": "3fbafc95-9717-491b-a9c7-f804177f07c4",
            "gambit_id": "5f8be639-ee59-4639-823a-58bd032ef7da",
            "last_updated": "2023-01-17T11:22:14.279481-05:00",
            "created_at": "2023-01-16T09:57:08.906936-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f5cda3-48b8-4024-9b0f-9ada78b9639c/?format=api"
        }
    ]
}