GET /api/bet_types/df511fa1-4152-4ded-b43c-70afecdc0ac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df511fa1-4152-4ded-b43c-70afecdc0ac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:07:15.597403-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": "Seattle Kraken",
                "amount": 6173.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "192c7405-3ac5-4a2b-8a2b-9851bf2902d7",
            "gambit_id": "0010497c-2f3f-4598-894b-c2fcd18bf0a7",
            "last_updated": "2023-02-19T09:57:20.425181-05:00",
            "created_at": "2023-02-18T09:07:15.598865-05:00",
            "name": "Seattle Kraken",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df511fa1-4152-4ded-b43c-70afecdc0ac6/?format=api"
        },
        {
            "id": "8f938396-a442-4aa9-905a-3d13c46aced3",
            "gambit_id": "e19df974-c588-4d07-82a7-1573cc91150b",
            "last_updated": "2023-02-19T09:57:20.426326-05:00",
            "created_at": "2023-02-18T09:07:15.600696-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df511fa1-4152-4ded-b43c-70afecdc0ac6/?format=api"
        }
    ]
}