GET /api/bet_types/9ab45eaf-cce0-423a-8663-e3068a791536/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ab45eaf-cce0-423a-8663-e3068a791536",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a88f2a4-28dc-457c-b542-7472034f4199/?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": "OAK",
                "amount": 5680.0
            },
            {
                "team": "MIA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "309ad456-1dfc-41f7-897f-6eaa16ca113a",
            "gambit_id": "b0fb1e56-8f3d-48ec-9900-bdab784c243d",
            "last_updated": "2022-08-24T10:07:02.255688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab45eaf-cce0-423a-8663-e3068a791536/?format=api"
        },
        {
            "id": "ef026e2d-789f-4e4b-a5ca-7becc5a49f7f",
            "gambit_id": "4b1559f4-8589-4c96-8bb3-b7826788d012",
            "last_updated": "2022-08-24T10:07:02.256147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab45eaf-cce0-423a-8663-e3068a791536/?format=api"
        }
    ]
}