GET /api/bet_types/f924ec73-5e0b-4e48-8f4b-145d04d52c13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f924ec73-5e0b-4e48-8f4b-145d04d52c13",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f338c61-bfc4-4729-9dfe-9f3f1cc54a97/?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": "CIN",
                "amount": 6357.0
            },
            {
                "team": "PIT",
                "amount": 3643.0
            }
        ],
        "expected_reward_tokens": 9216.79,
        "profit_sb": 216.79,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "6353920d-0827-436c-b921-b946394f1f84",
            "gambit_id": "02a4f2d6-75eb-410c-a1e1-f43f1b6307c2",
            "last_updated": "2022-08-22T09:42:00.983642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924ec73-5e0b-4e48-8f4b-145d04d52c13/?format=api"
        },
        {
            "id": "83ccb892-d576-46de-bb62-270515245068",
            "gambit_id": "b500d2c3-8f5a-462f-86bd-0cf9dd5882df",
            "last_updated": "2022-08-22T09:42:00.983147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924ec73-5e0b-4e48-8f4b-145d04d52c13/?format=api"
        }
    ]
}