GET /api/bet_types/994da5f6-9df5-40a7-b33d-6f507196488a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "994da5f6-9df5-40a7-b33d-6f507196488a",
    "match": "https://api-prod.gambitprofit.com/api/matches/062e0e8a-d4ce-44c1-828a-8875a3b9cac7/?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": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "adda59f9-f758-495f-89a7-cb2a81219c30",
            "gambit_id": "3e7bff25-b065-4cec-9fbd-11737311ee6a",
            "last_updated": "2022-11-14T14:57:43.220322-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994da5f6-9df5-40a7-b33d-6f507196488a/?format=api"
        },
        {
            "id": "1e1469f2-16aa-4d4f-a3b7-242270ce56bf",
            "gambit_id": "ab8687a7-f285-4dc2-8107-c44dd890d37e",
            "last_updated": "2022-11-14T14:57:43.221301-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994da5f6-9df5-40a7-b33d-6f507196488a/?format=api"
        }
    ]
}