GET /api/bet_types/440ad0de-b582-4655-b4b9-09550b641601/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "440ad0de-b582-4655-b4b9-09550b641601",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4f7bcde-f398-481d-99a6-eef857df6d5d/?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": "Indianapolis Colts",
                "amount": 5207.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "81b728af-148f-46f8-874a-71553c91bd8e",
            "gambit_id": "7727cefc-efc7-4384-87f9-61deb43aaefe",
            "last_updated": "2022-09-26T10:16:55.261953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440ad0de-b582-4655-b4b9-09550b641601/?format=api"
        },
        {
            "id": "7cbc1008-5d99-4e7f-9927-511d4f7c01e4",
            "gambit_id": "87512701-1b04-4197-b4d6-d351443fe1b9",
            "last_updated": "2022-09-26T10:16:55.260945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440ad0de-b582-4655-b4b9-09550b641601/?format=api"
        }
    ]
}