GET /api/bet_types/3043fc2a-d6e3-4fd9-a596-db6705f13825/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3043fc2a-d6e3-4fd9-a596-db6705f13825",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffeac6ab-1e91-48e6-90ec-5e8d57d4aa29/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:03.815035-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": "STL",
                "amount": 5512.0
            },
            {
                "team": "MIA",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3eca81f-33ea-4ace-8fb7-48a64699b42c",
            "gambit_id": "32e55e8b-7f92-4cd9-979c-2710330660a2",
            "last_updated": "2023-07-05T19:03:30.792695-04:00",
            "created_at": "2023-07-04T09:43:03.817006-04:00",
            "name": "STL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3043fc2a-d6e3-4fd9-a596-db6705f13825/?format=api"
        },
        {
            "id": "4ae181fb-2621-4012-a6cd-69f8e98eaf17",
            "gambit_id": "53508848-bc88-4191-9db1-4a0d3a1bc635",
            "last_updated": "2023-07-05T19:03:30.794116-04:00",
            "created_at": "2023-07-04T09:43:03.819255-04:00",
            "name": "MIA",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3043fc2a-d6e3-4fd9-a596-db6705f13825/?format=api"
        }
    ]
}