GET /api/bet_types/d71977ef-4f94-4bb4-9178-7a6817d61241/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d71977ef-4f94-4bb4-9178-7a6817d61241",
    "match": "https://api-prod.gambitprofit.com/api/matches/566ed145-27ec-4cbd-8cab-c3c1303cd749/?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": "PHI",
                "amount": 5108.0
            },
            {
                "team": "WAS",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "169e07a4-7604-4a4a-ad47-c558019d9a82",
            "gambit_id": "6022188d-57fb-4de9-bbb9-f29ff84e2201",
            "last_updated": "2022-10-02T15:17:29.653680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71977ef-4f94-4bb4-9178-7a6817d61241/?format=api"
        },
        {
            "id": "9bc383b5-38bb-4ff7-95fe-f4c0b23570ae",
            "gambit_id": "c2397841-7b59-4ecd-91ac-023e815ec665",
            "last_updated": "2022-10-02T15:17:29.652566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71977ef-4f94-4bb4-9178-7a6817d61241/?format=api"
        }
    ]
}