GET /api/bet_types/27f5ca98-cb2b-4bfb-a44f-8e763ce8391f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27f5ca98-cb2b-4bfb-a44f-8e763ce8391f",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e4a320-afb8-445f-a5b4-390a199191f9/?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": "Coastal Carolina",
                "amount": 5000.0
            },
            {
                "team": "Army",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4acaf665-4e78-4541-b892-774cbb1b2a37",
            "gambit_id": "21092d95-c4e9-4071-bc6b-a08785e99a09",
            "last_updated": "2022-09-05T09:42:22.238380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27f5ca98-cb2b-4bfb-a44f-8e763ce8391f/?format=api"
        },
        {
            "id": "f351afbe-d50e-4877-8354-95b35b610c0a",
            "gambit_id": "e521386a-b68a-46cf-8d7d-00566a989576",
            "last_updated": "2022-09-05T09:42:22.239353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27f5ca98-cb2b-4bfb-a44f-8e763ce8391f/?format=api"
        }
    ]
}