GET /api/bet_types/fb127ee6-4901-4201-80f7-e3b2501bf7ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb127ee6-4901-4201-80f7-e3b2501bf7ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b472a79-ac51-4e3d-9a5c-8470672264b9/?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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8e1458c-40a5-4402-bb17-18476a4e3f9b",
            "gambit_id": "ef7bebaf-9045-409c-b3d8-8d6f5362fb6c",
            "last_updated": "2022-10-11T11:51:57.770254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb127ee6-4901-4201-80f7-e3b2501bf7ad/?format=api"
        },
        {
            "id": "c97ac663-a5fb-470a-b0ce-76950d338836",
            "gambit_id": "ff45fb53-450e-4b27-a2d6-f2d588605ff2",
            "last_updated": "2022-10-11T11:51:57.771365-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb127ee6-4901-4201-80f7-e3b2501bf7ad/?format=api"
        }
    ]
}