GET /api/bet_types/76b96936-b76f-4065-9d74-8c686ec5a214/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76b96936-b76f-4065-9d74-8c686ec5a214",
    "match": "https://api-prod.gambitprofit.com/api/matches/894c1bbc-a42c-45e3-be0c-f46a8b9e7d89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:16.972848-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": "BOS",
                "amount": 6308.0
            },
            {
                "team": "NYY",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5ef28f4-a835-4e37-992c-08b32c2deb05",
            "gambit_id": "331597c1-3fd9-486b-9fe1-1d21d261c7d9",
            "last_updated": "2023-06-12T10:48:19.028444-04:00",
            "created_at": "2023-06-11T10:08:16.974832-04:00",
            "name": "BOS",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b96936-b76f-4065-9d74-8c686ec5a214/?format=api"
        },
        {
            "id": "0c3bd1a5-fc7e-4992-81cf-fe225d6d03fb",
            "gambit_id": "55f5f3a9-3bd3-494d-b655-bc388bb107d2",
            "last_updated": "2023-06-12T10:48:19.030553-04:00",
            "created_at": "2023-06-11T10:08:16.976990-04:00",
            "name": "NYY",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b96936-b76f-4065-9d74-8c686ec5a214/?format=api"
        }
    ]
}