GET /api/bet_types/a311aaab-09eb-4afd-a32b-cc6f05fc99a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a311aaab-09eb-4afd-a32b-cc6f05fc99a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9adeca51-aa87-416f-a536-b50adbac6a38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T09:38:10.536465-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": "SDG (M Wacha)",
                "amount": 5678.0
            },
            {
                "team": "SFO (T Beck)",
                "amount": 4322.0
            }
        ],
        "expected_reward_tokens": 9594.84,
        "profit_sb": 94.84,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d909438-00c6-403e-90fc-d1144a24c372",
            "gambit_id": "7763d259-c0da-40f7-87f6-acf8bb69fd64",
            "last_updated": "2023-09-02T11:28:14.924889-04:00",
            "created_at": "2023-09-01T09:38:10.551271-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.69000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a311aaab-09eb-4afd-a32b-cc6f05fc99a3/?format=api"
        },
        {
            "id": "8b266fd5-68c0-4fa7-a5f7-1dd83b18a282",
            "gambit_id": "2e8b4284-a37c-4c44-9144-791dfb81380e",
            "last_updated": "2023-09-02T11:28:14.921493-04:00",
            "created_at": "2023-09-01T09:38:10.544833-04:00",
            "name": "SFO (T Beck)",
            "reward": "2.22000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a311aaab-09eb-4afd-a32b-cc6f05fc99a3/?format=api"
        }
    ]
}