GET /api/bet_types/291fb462-dacb-47e2-a189-998f90eca4c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "291fb462-dacb-47e2-a189-998f90eca4c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6be78363-8d45-45ef-bb7d-f50d88fc40dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:51.824895-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": "ATL (S Strider)",
                "amount": 5827.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "eaef4858-0dd9-4f41-b505-95856092dbac",
            "gambit_id": "ed067743-0f2d-4a34-8132-0dbb694344b2",
            "last_updated": "2023-05-18T11:47:18.540995-04:00",
            "created_at": "2023-05-17T11:06:51.829752-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291fb462-dacb-47e2-a189-998f90eca4c9/?format=api"
        },
        {
            "id": "ce95fd37-8e00-48a6-ad66-20a49c4d33fe",
            "gambit_id": "5dd91233-6a06-4007-aa8b-76ed2c51ee02",
            "last_updated": "2023-05-18T11:47:18.539700-04:00",
            "created_at": "2023-05-17T11:06:51.827177-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291fb462-dacb-47e2-a189-998f90eca4c9/?format=api"
        }
    ]
}