GET /api/bet_types/b784d9f9-c8c6-47a6-9ea4-2b9613b13b51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b784d9f9-c8c6-47a6-9ea4-2b9613b13b51",
    "match": "https://api-prod.gambitprofit.com/api/matches/715fd7b6-1a75-419b-8f98-695a2ff1b231/?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": "Alexa Grasso",
                "amount": 6601.0
            },
            {
                "team": "Viviane Araujo",
                "amount": 3399.0
            }
        ],
        "expected_reward_tokens": 9175.39,
        "profit_sb": -324.61,
        "profit_sb_percentage": -3.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "e58c568d-b137-4830-822c-4fa63aad4b73",
            "gambit_id": "b74af934-deec-45fc-a09a-9453c09e2e0c",
            "last_updated": "2022-10-17T10:37:16.873565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alexa Grasso",
            "reward": "1.39000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b784d9f9-c8c6-47a6-9ea4-2b9613b13b51/?format=api"
        },
        {
            "id": "601bbe8a-aa67-4634-9b16-d3fbacb7c85b",
            "gambit_id": "0d580046-b603-4db6-af1d-673e87b86b85",
            "last_updated": "2022-10-17T10:37:16.874601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Viviane Araujo",
            "reward": "2.70000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b784d9f9-c8c6-47a6-9ea4-2b9613b13b51/?format=api"
        }
    ]
}