GET /api/bet_types/c3f58e38-01d3-4b98-8d91-b3f9c6de2abb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3f58e38-01d3-4b98-8d91-b3f9c6de2abb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df81f10-0942-49b9-b8eb-860d82960f77/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:57.449558-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "de2c6a0e-89fa-40c3-82c3-fdda02790f4f",
            "gambit_id": "b6287d1e-95c5-4e6e-a40e-5d0809880f33",
            "last_updated": "2024-01-05T13:58:01.961489-05:00",
            "created_at": "2024-01-03T09:37:57.458948-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f58e38-01d3-4b98-8d91-b3f9c6de2abb/?format=api"
        },
        {
            "id": "323ac501-e4c6-4f43-bac6-6c21e8744fd5",
            "gambit_id": "62a6c42e-32ea-4ca1-b8c4-90dd3d2b5344",
            "last_updated": "2024-01-05T13:58:01.954305-05:00",
            "created_at": "2024-01-03T09:37:57.454095-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f58e38-01d3-4b98-8d91-b3f9c6de2abb/?format=api"
        }
    ]
}