GET /api/bet_types/9fc6640c-29d5-4209-96c3-8d946c9e9be3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fc6640c-29d5-4209-96c3-8d946c9e9be3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbc3a389-4449-4eac-b9e3-491927749676/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:43:10.919412-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": "Tampa Bay Buccaneers",
                "amount": 5213.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0fa26c7-35f3-49cb-9f9b-b481c39d4263",
            "gambit_id": "656fc272-9355-4874-8c2a-b3ea59031ebd",
            "last_updated": "2024-01-16T23:03:15.785622-05:00",
            "created_at": "2024-01-10T09:43:10.928989-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc6640c-29d5-4209-96c3-8d946c9e9be3/?format=api"
        },
        {
            "id": "b3e4d3f2-715e-45c7-af37-9b2e8eb2c8d6",
            "gambit_id": "babab610-e616-4549-bd81-91ebc8ac68f5",
            "last_updated": "2024-01-16T23:03:15.781633-05:00",
            "created_at": "2024-01-10T09:43:10.923438-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc6640c-29d5-4209-96c3-8d946c9e9be3/?format=api"
        }
    ]
}