GET /api/bet_types/faa3c8c5-eba2-43ab-a0e0-519e58057b0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faa3c8c5-eba2-43ab-a0e0-519e58057b0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec761c47-604f-44a7-9867-3964cb8e01df/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:02.814154-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "90220c1b-fd61-4e81-ad27-ac7fd8647ef9",
            "gambit_id": "4c5c1220-514c-4a38-9c80-d05f1bbe331e",
            "last_updated": "2023-03-14T12:27:14.689454-04:00",
            "created_at": "2023-03-13T09:22:02.815798-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa3c8c5-eba2-43ab-a0e0-519e58057b0e/?format=api"
        },
        {
            "id": "a7b6f94e-93fe-44ed-9fae-d1ad3847d654",
            "gambit_id": "834f1307-11b7-4003-83a4-96a2ec849162",
            "last_updated": "2023-03-14T12:27:14.691030-04:00",
            "created_at": "2023-03-13T09:22:02.817292-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa3c8c5-eba2-43ab-a0e0-519e58057b0e/?format=api"
        }
    ]
}