GET /api/bet_types/6b8a2e5c-d5c3-497c-a49c-e0d8a1277393/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b8a2e5c-d5c3-497c-a49c-e0d8a1277393",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa830795-bcf2-440d-ad61-3d81ed23f853/?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": "CHC",
                "amount": 6563.0
            },
            {
                "team": "CIN",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec52a060-a980-44fd-a6b1-9d123b14f417",
            "gambit_id": "6a8ac976-6d74-411f-a86f-3f3b9a767894",
            "last_updated": "2022-10-05T07:01:55.587477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b8a2e5c-d5c3-497c-a49c-e0d8a1277393/?format=api"
        },
        {
            "id": "afdd2af0-8267-4832-9ab9-f6eb7407150b",
            "gambit_id": "559f156d-fa47-4015-9c9c-b66139cc43bf",
            "last_updated": "2022-10-05T07:01:55.588730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b8a2e5c-d5c3-497c-a49c-e0d8a1277393/?format=api"
        }
    ]
}