GET /api/bet_types/5e03a9cc-64bb-46e0-bb83-34f8c3c7dc80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e03a9cc-64bb-46e0-bb83-34f8c3c7dc80",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6d9796f-e090-47b0-99fd-aa6e95dae503/?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": "NYM",
                "amount": 5676.0
            },
            {
                "team": "CIN",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "78c7ccfe-7710-4dd0-b2ce-792be5791a01",
            "gambit_id": "9bb773c9-f312-40a5-a807-2fe0c459850c",
            "last_updated": "2022-08-10T10:11:56.534111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e03a9cc-64bb-46e0-bb83-34f8c3c7dc80/?format=api"
        },
        {
            "id": "de82bf8a-8d01-4ce3-ae9b-e8d89e50b621",
            "gambit_id": "4aefa8a5-e339-4a1d-8f98-1a3b60119a2a",
            "last_updated": "2022-08-10T10:11:56.534557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e03a9cc-64bb-46e0-bb83-34f8c3c7dc80/?format=api"
        }
    ]
}