GET /api/bet_types/f6650654-38e9-44dd-8ee7-1db2f6dd597d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6650654-38e9-44dd-8ee7-1db2f6dd597d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff03183f-047d-4630-91cf-576fd2a350ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T14:13:10.485348-04: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": 6744.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ff1b9c3-714c-404b-a609-4a4c94c948ae",
            "gambit_id": "ba3c3be1-da96-448b-8062-c0ba00541db0",
            "last_updated": "2023-10-30T14:58:09.032541-04:00",
            "created_at": "2023-10-27T14:13:10.489657-04:00",
            "name": "Minnesota Wild",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6650654-38e9-44dd-8ee7-1db2f6dd597d/?format=api"
        },
        {
            "id": "8026f358-03d9-4160-8b40-524e11321797",
            "gambit_id": "10da8297-a264-4aa6-af95-981266de526a",
            "last_updated": "2023-10-30T14:58:09.035664-04:00",
            "created_at": "2023-10-27T14:13:10.497505-04:00",
            "name": "Washington Capitals",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6650654-38e9-44dd-8ee7-1db2f6dd597d/?format=api"
        }
    ]
}