GET /api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06444a51-cd34-486d-8edb-9264fbd52035",
    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4aece7ac-32fb-4891-9e91-2b99e3d639a3",
            "gambit_id": "5ba83a46-18f5-4fd7-a904-be1ea97437d7",
            "last_updated": "2022-08-14T13:52:13.418563-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
        },
        {
            "id": "eba11830-46d7-4737-98ad-67f4ad1ef059",
            "gambit_id": "912cf287-57b9-4d0d-a30f-a78c8989757d",
            "last_updated": "2022-08-14T13:52:13.419003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
        }
    ]
}