GET /api/bet_types/c38607da-a6c3-44ea-b8f9-acb48528b135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c38607da-a6c3-44ea-b8f9-acb48528b135",
    "match": "https://api-prod.gambitprofit.com/api/matches/405cb712-e48f-4865-9aff-b0b88f662afd/?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": "COL",
                "amount": 5000.0
            },
            {
                "team": "STL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "85ed8e1e-a57b-4115-9d34-bace51313257",
            "gambit_id": "147ea8ac-0eff-4e41-834f-41e251c603e5",
            "last_updated": "2022-08-17T09:27:03.539125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38607da-a6c3-44ea-b8f9-acb48528b135/?format=api"
        },
        {
            "id": "9743689b-5768-44cd-b1a1-7c105b764934",
            "gambit_id": "1d83f59b-94da-4abf-89a1-8abe3114325f",
            "last_updated": "2022-08-17T09:27:03.538669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38607da-a6c3-44ea-b8f9-acb48528b135/?format=api"
        }
    ]
}