GET /api/bet_types/91313ad0-4368-4517-b8ab-05f6b41e7356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91313ad0-4368-4517-b8ab-05f6b41e7356",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb075b66-a26d-476a-9f10-00bd981313b5/?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": "TOR",
                "amount": 6418.0
            },
            {
                "team": "NYY",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9241.56,
        "profit_sb": 241.56,
        "profit_sb_percentage": 2.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc944b93-2676-48a9-a3b1-3401782aec1c",
            "gambit_id": "355925a0-2565-4d8d-974b-d17eca1be511",
            "last_updated": "2022-08-22T09:42:00.309584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91313ad0-4368-4517-b8ab-05f6b41e7356/?format=api"
        },
        {
            "id": "d648ba53-5252-448f-8df3-55baa40c398e",
            "gambit_id": "26cb426d-9003-4fb2-909f-1e4bbb00a56b",
            "last_updated": "2022-08-22T09:42:00.309103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.58000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91313ad0-4368-4517-b8ab-05f6b41e7356/?format=api"
        }
    ]
}