GET /api/bet_types/46d18970-e2e0-4045-803c-dfa75ad559ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46d18970-e2e0-4045-803c-dfa75ad559ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/808730bf-bf9b-4d36-86fe-cd78de8c6c99/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:15.931117-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": "LAA",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ede49b72-6211-4832-93c3-c82c1d23fc74",
            "gambit_id": "f2848e4e-3705-42e2-bad3-a956f4d5722d",
            "last_updated": "2023-03-31T10:42:20.330910-04:00",
            "created_at": "2023-03-29T23:47:15.934732-04:00",
            "name": "LAA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46d18970-e2e0-4045-803c-dfa75ad559ac/?format=api"
        },
        {
            "id": "464c0438-4fab-4652-abe8-4e6dbf9a8984",
            "gambit_id": "06345cd0-cbe8-4db3-bbbb-058b6ec0b039",
            "last_updated": "2023-03-31T10:42:20.328158-04:00",
            "created_at": "2023-03-29T23:47:15.932999-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46d18970-e2e0-4045-803c-dfa75ad559ac/?format=api"
        }
    ]
}