GET /api/bet_types/39774d6f-99a5-46ba-8969-c31e8c3e3a5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39774d6f-99a5-46ba-8969-c31e8c3e3a5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de6a1af-1e52-4ef2-9042-15c01b242e17/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ebaabe3-1a5a-4a1b-8370-797a0caad8e4",
            "gambit_id": "42e76fc8-9eba-4022-aa50-cfe35065c0b7",
            "last_updated": "2022-11-12T09:13:08.061503-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39774d6f-99a5-46ba-8969-c31e8c3e3a5f/?format=api"
        },
        {
            "id": "16963a70-4db1-4c42-a659-fc9f580d2af7",
            "gambit_id": "3411a4a2-d4f2-4105-89f1-93f341994a8e",
            "last_updated": "2022-11-12T09:13:08.062650-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39774d6f-99a5-46ba-8969-c31e8c3e3a5f/?format=api"
        }
    ]
}