GET /api/bet_types/87af3941-a29a-4a39-80e6-9e4c41e57f73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87af3941-a29a-4a39-80e6-9e4c41e57f73",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cdff409-b961-4d80-b323-ae248aea01da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T09:08:15.728464-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": "LOS (L Lynn)",
                "amount": 5689.0
            },
            {
                "team": "MIA (JT Chargois)",
                "amount": 4311.0
            }
        ],
        "expected_reward_tokens": 9613.53,
        "profit_sb": 113.53,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "5962e1a1-ed7b-4cc4-ac6f-162f925614d2",
            "gambit_id": "f7899c43-e91a-4636-9e4d-2498d219f0ee",
            "last_updated": "2023-09-08T09:28:31.597183-04:00",
            "created_at": "2023-09-06T09:08:15.732579-04:00",
            "name": "LOS (L Lynn)",
            "reward": "1.69000",
            "odds": "1.71940",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87af3941-a29a-4a39-80e6-9e4c41e57f73/?format=api"
        },
        {
            "id": "c747eeca-a0f1-480b-a55a-ff228f134954",
            "gambit_id": "dcad4dc5-5a2d-4412-8f57-c7e7ee623b98",
            "last_updated": "2023-09-08T09:28:31.600437-04:00",
            "created_at": "2023-09-06T09:08:15.736397-04:00",
            "name": "MIA (JT Chargois)",
            "reward": "2.23000",
            "odds": "2.29000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87af3941-a29a-4a39-80e6-9e4c41e57f73/?format=api"
        }
    ]
}