GET /api/bet_types/85d028dc-4ba4-4a68-89d6-58aa8f83c694/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85d028dc-4ba4-4a68-89d6-58aa8f83c694",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ff4af8a-5a26-4194-936c-c06613747572/?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": "Georgia Southern",
                "amount": 5000.0
            },
            {
                "team": "Nebraska",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9cf5d35a-1a5a-4878-9385-ced41a374c80",
            "gambit_id": "7a8a5b1d-992d-4323-b1ad-3cd55d870589",
            "last_updated": "2022-09-11T09:52:30.418276-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d028dc-4ba4-4a68-89d6-58aa8f83c694/?format=api"
        },
        {
            "id": "9f52c1de-cce4-4840-bec5-d0fb6f7b2973",
            "gambit_id": "372fc7b8-b995-46e0-8ecd-c39c74aa89b5",
            "last_updated": "2022-09-11T09:52:30.417270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d028dc-4ba4-4a68-89d6-58aa8f83c694/?format=api"
        }
    ]
}