GET /api/bet_types/18f9f04a-b272-47f2-8257-702d142ad590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18f9f04a-b272-47f2-8257-702d142ad590",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4612db-771b-46a6-b33e-9126bf1d3578/?format=api",
    "name": "Pick the Winner",
    "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": "Mississippi",
                "amount": 6930.0
            },
            {
                "team": "Kentucky",
                "amount": 3070.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": 424.8,
        "profit_sb_percentage": 4.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "830f037d-1909-44e7-bb83-34434cd9a092",
            "gambit_id": "a65149f9-8744-4475-9857-6c5bb79d8be6",
            "last_updated": "2022-10-02T15:17:24.233391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.36000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f9f04a-b272-47f2-8257-702d142ad590/?format=api"
        },
        {
            "id": "1a3c346a-044f-47ea-8541-03508d7dfbb0",
            "gambit_id": "cad81e62-1605-4b12-992d-e4fc59f07f99",
            "last_updated": "2022-10-02T15:17:24.234426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "3.07000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f9f04a-b272-47f2-8257-702d142ad590/?format=api"
        }
    ]
}