GET /api/bet_types/b738ebb1-3279-49a0-9054-0105002388f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b738ebb1-3279-49a0-9054-0105002388f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4233b2d0-a1c5-4c4e-852f-d262626ad4aa",
            "gambit_id": "b0cf29c2-5b0f-42f5-aa65-bc53d794a747",
            "last_updated": "2022-11-14T14:57:41.757156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b738ebb1-3279-49a0-9054-0105002388f6/?format=api"
        },
        {
            "id": "3f199292-e290-46bf-8230-0d7f92bc129a",
            "gambit_id": "937a6892-48f7-4ba9-87bf-42065a116a45",
            "last_updated": "2022-11-14T14:57:41.758143-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b738ebb1-3279-49a0-9054-0105002388f6/?format=api"
        }
    ]
}