GET /api/bet_types/61a40ad5-8c88-4c36-a20c-43b4ec51fefd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61a40ad5-8c88-4c36-a20c-43b4ec51fefd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a73ec857-92aa-4f1b-9e0d-99e9ab21fbdf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:21.937239-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": "ARI (S Cecconi)",
                "amount": 5578.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8ead41c-32a8-42b3-b222-1c381b201710",
            "gambit_id": "4c2f3eff-3045-41b8-93d4-41c122b05051",
            "last_updated": "2023-08-17T13:38:14.059240-04:00",
            "created_at": "2023-08-16T10:23:21.941080-04:00",
            "name": "ARI (S Cecconi)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a40ad5-8c88-4c36-a20c-43b4ec51fefd/?format=api"
        },
        {
            "id": "04b7448a-3bdf-4e6c-8c05-38dc655fc9df",
            "gambit_id": "319f11b9-1703-4e7c-987e-79c81a8a0698",
            "last_updated": "2023-08-17T13:38:14.063508-04:00",
            "created_at": "2023-08-16T10:23:21.945091-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a40ad5-8c88-4c36-a20c-43b4ec51fefd/?format=api"
        }
    ]
}