GET /api/bet_types/69191ad6-c02b-4b8c-856a-2405695297be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69191ad6-c02b-4b8c-856a-2405695297be",
    "match": "https://api-prod.gambitprofit.com/api/matches/030943a5-d62c-4084-b2f5-07ab3e90ba90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:06.297167-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": "Minnesota Wild",
                "amount": 5784.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "e255397d-d0df-4897-a897-3f957ae30ca4",
            "gambit_id": "7b94fa4a-e9c9-4709-870c-02bd7f7ca32a",
            "last_updated": "2023-03-03T09:52:06.847617-05:00",
            "created_at": "2023-03-02T07:42:06.299516-05:00",
            "name": "Minnesota Wild",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69191ad6-c02b-4b8c-856a-2405695297be/?format=api"
        },
        {
            "id": "c38c1a64-0847-4b39-afe5-d43bfcb551e7",
            "gambit_id": "3c17ad99-61d5-4a07-b60e-9681ec9dd77d",
            "last_updated": "2023-03-03T09:52:06.846500-05:00",
            "created_at": "2023-03-02T07:42:06.298307-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69191ad6-c02b-4b8c-856a-2405695297be/?format=api"
        }
    ]
}