GET /api/bet_types/a51a0d52-4c17-49e3-b4ba-764c24e3665a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a51a0d52-4c17-49e3-b4ba-764c24e3665a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?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": "Air Force",
                "amount": 5097.0
            },
            {
                "team": "Army",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "811f7594-21d7-4b94-bc49-a8602f72a079",
            "gambit_id": "92bbba06-18f4-457d-bae2-08803f4c66dc",
            "last_updated": "2022-11-06T08:07:40.237783-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a51a0d52-4c17-49e3-b4ba-764c24e3665a/?format=api"
        },
        {
            "id": "7611103d-3dcc-4fe3-87f0-30ab4ebe3a16",
            "gambit_id": "d8e9494c-70a0-42df-aa28-0bc23d2f5557",
            "last_updated": "2022-11-06T08:07:40.236797-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a51a0d52-4c17-49e3-b4ba-764c24e3665a/?format=api"
        }
    ]
}