GET /api/bet_types/f269064a-df9c-4014-bd77-054cd8f657fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f269064a-df9c-4014-bd77-054cd8f657fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3ece43b-7559-4a5e-ad8a-330e9cac8ef3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:03.520987-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": "SFO (S Manaea)",
                "amount": 6139.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "2725d913-bf78-4b05-a5f3-d8c7d167a191",
            "gambit_id": "56021292-456e-4fc8-b573-9696cbba3caf",
            "last_updated": "2023-09-15T16:18:14.015234-04:00",
            "created_at": "2023-09-12T09:23:03.530550-04:00",
            "name": "SFO (S Manaea)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f269064a-df9c-4014-bd77-054cd8f657fe/?format=api"
        },
        {
            "id": "9cdcc934-e1b5-4ccb-964a-145ce4c5fecf",
            "gambit_id": "83d944f7-c801-44c1-9c45-a21fe2196722",
            "last_updated": "2023-09-15T16:18:14.012100-04:00",
            "created_at": "2023-09-12T09:23:03.525944-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f269064a-df9c-4014-bd77-054cd8f657fe/?format=api"
        }
    ]
}