GET /api/bet_types/e55cf744-3e1f-4bc8-b997-dcc015a47d46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e55cf744-3e1f-4bc8-b997-dcc015a47d46",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4a014db-16e2-4425-9379-63c7ee94f830/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T12:41:48.200478-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": "Florida Panthers",
                "amount": 6241.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e67744e-ac0b-4b03-b6fb-85c1b22eb442",
            "gambit_id": "8eebcd21-9499-4abc-a5ab-5267618a552f",
            "last_updated": "2023-04-24T13:02:13.662239-04:00",
            "created_at": "2023-04-23T12:41:48.202536-04:00",
            "name": "Florida Panthers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55cf744-3e1f-4bc8-b997-dcc015a47d46/?format=api"
        },
        {
            "id": "e0f0b12b-4356-413a-8720-91c5bf63d2ee",
            "gambit_id": "659feab6-a838-401e-b8d2-ad3249df8b8a",
            "last_updated": "2023-04-24T13:02:13.664703-04:00",
            "created_at": "2023-04-23T12:41:48.204895-04:00",
            "name": "Boston Bruins",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55cf744-3e1f-4bc8-b997-dcc015a47d46/?format=api"
        }
    ]
}