GET /api/bet_types/00b62694-32c5-4754-9c56-18b7306695bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00b62694-32c5-4754-9c56-18b7306695bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fdb0431-2feb-4f14-bc09-9fc15c105a76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:12.437503-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": "Florida Panthers",
                "amount": 6099.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9635.47,
        "profit_sb": 135.47,
        "profit_sb_percentage": 1.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a257e27-0d9b-4ec8-af51-cc9dd90db10e",
            "gambit_id": "4df4e80c-4655-4fb4-85e7-9f00fc11538a",
            "last_updated": "2023-01-18T09:26:57.415442-05:00",
            "created_at": "2023-01-17T09:27:12.439796-05:00",
            "name": "Florida Panthers",
            "reward": "1.58000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00b62694-32c5-4754-9c56-18b7306695bf/?format=api"
        },
        {
            "id": "63b198f4-02d4-4dcd-9a79-8f2bbbdbdde2",
            "gambit_id": "72b44358-0b20-4847-bb5b-6585756078cf",
            "last_updated": "2023-01-18T09:26:57.414365-05:00",
            "created_at": "2023-01-17T09:27:12.438625-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.47000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00b62694-32c5-4754-9c56-18b7306695bf/?format=api"
        }
    ]
}