GET /api/bet_types/b45cf272-1613-40a7-885e-881e669e5967/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b45cf272-1613-40a7-885e-881e669e5967",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad567689-554b-44dd-856c-4595d0f5539c/?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": "MIL (F Peralta)",
                "amount": 5964.0
            },
            {
                "team": "TAM (J Yacabonis)",
                "amount": 4036.0
            }
        ],
        "expected_reward_tokens": 9363.48,
        "profit_sb": 363.48,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b376fbe-1403-4ed2-b743-55faf91f6bec",
            "gambit_id": "a20fb8e0-5b01-4e9b-8b73-677a0843af92",
            "last_updated": "2022-08-10T10:06:56.631865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (F Peralta)",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45cf272-1613-40a7-885e-881e669e5967/?format=api"
        },
        {
            "id": "90bdfb43-9af8-47e3-b5be-65cfed303a37",
            "gambit_id": "a0ca2330-8a2b-4f5e-b986-d04cfbde85b2",
            "last_updated": "2022-08-10T10:06:56.632322-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Yacabonis)",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45cf272-1613-40a7-885e-881e669e5967/?format=api"
        }
    ]
}