GET /api/bet_types/b3d2c94c-c084-4c07-bb7c-e44bf106db56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3d2c94c-c084-4c07-bb7c-e44bf106db56",
    "match": "https://api-prod.gambitprofit.com/api/matches/cafbaa50-dc7e-404f-827b-759a0de556b8/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "08857a8f-5cc8-4e03-949c-f955b32a0a93",
            "gambit_id": "6831128b-2dc9-4c3b-b606-5585120953a5",
            "last_updated": "2022-08-14T13:57:06.925705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d2c94c-c084-4c07-bb7c-e44bf106db56/?format=api"
        },
        {
            "id": "2eaed0a8-6c44-4b28-9123-26382737a97e",
            "gambit_id": "33eda569-5fb2-4e1c-b2db-2b10c1ac64bf",
            "last_updated": "2022-08-14T13:57:06.925306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d2c94c-c084-4c07-bb7c-e44bf106db56/?format=api"
        }
    ]
}