GET /api/bet_types/c43749a0-e8b5-4e9d-9d3b-2e66c4f8a24a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c43749a0-e8b5-4e9d-9d3b-2e66c4f8a24a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2111d9fe-747c-463b-8353-5ca349583117/?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": 5680.0
            },
            {
                "team": "STL",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f17b2892-ca97-4c74-a339-685a5eb5386d",
            "gambit_id": "4aa6072b-b57f-42e4-9475-18c7e01e713c",
            "last_updated": "2022-08-24T10:27:11.628925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43749a0-e8b5-4e9d-9d3b-2e66c4f8a24a/?format=api"
        },
        {
            "id": "8dae5e66-82a6-48e8-9eaa-15ff6d8f13e8",
            "gambit_id": "74e9d865-9f58-4dcb-ba3f-6f10cb85c1e3",
            "last_updated": "2022-08-24T10:27:11.629451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43749a0-e8b5-4e9d-9d3b-2e66c4f8a24a/?format=api"
        }
    ]
}