GET /api/bet_types/cf22e8ae-e52b-4ae7-8952-cca381dd0c1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf22e8ae-e52b-4ae7-8952-cca381dd0c1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/70d36630-f692-46b1-ba60-341d99b25d86/?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": "COL",
                "amount": 5109.0
            },
            {
                "team": "STL",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "3800a096-7db5-4472-a777-71359c22dac9",
            "gambit_id": "5589302c-0997-4ae2-8461-89557b46bcab",
            "last_updated": "2022-08-11T09:37:08.285606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf22e8ae-e52b-4ae7-8952-cca381dd0c1b/?format=api"
        },
        {
            "id": "cd4a350e-f54b-4592-bcd0-efe5b698d97e",
            "gambit_id": "421357cf-40ed-4f44-8b4e-e1822feb49b1",
            "last_updated": "2022-08-11T09:37:08.286082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf22e8ae-e52b-4ae7-8952-cca381dd0c1b/?format=api"
        }
    ]
}