GET /api/bet_types/c552fc1c-7329-45e4-8069-8ac4b70b9ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c552fc1c-7329-45e4-8069-8ac4b70b9ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/31f93212-271e-4f7e-82c9-7ad263d00732/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:01.316244-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2fd6cdc-21a5-4a58-8fcf-3849535dce14",
            "gambit_id": "c518d3c6-5f57-4738-a853-f707df1039a0",
            "last_updated": "2023-03-01T09:32:04.104831-05:00",
            "created_at": "2023-02-28T12:37:01.317467-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c552fc1c-7329-45e4-8069-8ac4b70b9ab4/?format=api"
        },
        {
            "id": "f05f2597-2160-45ea-838c-556f4d72af54",
            "gambit_id": "c95a3251-cb36-45c5-9df2-fb4406cb8421",
            "last_updated": "2023-03-01T09:32:04.105961-05:00",
            "created_at": "2023-02-28T12:37:01.318713-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c552fc1c-7329-45e4-8069-8ac4b70b9ab4/?format=api"
        }
    ]
}