GET /api/bet_types/9dd68cbc-649d-40f5-8871-6a4fa397231c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dd68cbc-649d-40f5-8871-6a4fa397231c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f375d750-34c7-4b47-a820-15d6f935d120/?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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Texas St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "04388f77-825f-433e-9d05-f0828724b392",
            "gambit_id": "37dd010a-961e-4ded-9f47-75542b002c22",
            "last_updated": "2022-11-28T09:42:16.057529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd68cbc-649d-40f5-8871-6a4fa397231c/?format=api"
        },
        {
            "id": "3e274c80-042a-4bd9-9c42-1e09615214bc",
            "gambit_id": "ca6cf520-5ffa-4332-976b-866196468a25",
            "last_updated": "2022-11-28T09:42:16.056449-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd68cbc-649d-40f5-8871-6a4fa397231c/?format=api"
        }
    ]
}