GET /api/bet_types/ecfd8e0d-2a2e-4dd8-9dc2-a2a71f4b1f21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecfd8e0d-2a2e-4dd8-9dc2-a2a71f4b1f21",
    "match": "https://api-prod.gambitprofit.com/api/matches/834b0c18-7761-446e-8432-2079baee9555/?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": "MIL",
                "amount": 5910.0
            },
            {
                "team": "NYM",
                "amount": 4090.0
            }
        ],
        "expected_reward_tokens": 9160.5,
        "profit_sb": 160.5,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "8abbce0c-b270-481f-ae81-194282860f41",
            "gambit_id": "9b42d402-085a-4be1-b035-457bf4a53f54",
            "last_updated": "2022-09-21T16:22:00.332614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecfd8e0d-2a2e-4dd8-9dc2-a2a71f4b1f21/?format=api"
        },
        {
            "id": "0e260aa3-31f9-4c45-9a83-8e249753abc6",
            "gambit_id": "6117364d-e6e0-4efe-898b-aa86ed5a6334",
            "last_updated": "2022-09-21T16:22:00.333618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.24000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecfd8e0d-2a2e-4dd8-9dc2-a2a71f4b1f21/?format=api"
        }
    ]
}