GET /api/bet_types/0e6092d2-7e7a-4a63-b275-41f150579850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e6092d2-7e7a-4a63-b275-41f150579850",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4161150-6701-4eee-82c2-8bcbe2332d6e/?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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c85823d7-e18c-4f5b-a5cb-0613f220a610",
            "gambit_id": "240d2f04-16be-4d10-afe3-54c30b125725",
            "last_updated": "2022-11-29T09:42:03.153204-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e6092d2-7e7a-4a63-b275-41f150579850/?format=api"
        },
        {
            "id": "88cbb154-fc80-4f74-8420-282effd907fd",
            "gambit_id": "9a558496-c06e-432c-951c-791d88256b41",
            "last_updated": "2022-11-29T09:42:03.154212-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e6092d2-7e7a-4a63-b275-41f150579850/?format=api"
        }
    ]
}