GET /api/bet_types/7e74db4a-872d-4068-9768-1de2600e65a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e74db4a-872d-4068-9768-1de2600e65a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4c9f391-994c-4cef-b64f-084fa9b31bef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:24.040167-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": "Minnesota Twins",
                "amount": 6935.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "7af128ac-54c2-493f-80bc-9ee088ef7826",
            "gambit_id": "c12144e2-548d-49ab-b55f-dbc2fe8fa388",
            "last_updated": "2023-09-23T20:53:08.635263-04:00",
            "created_at": "2023-09-22T09:58:24.048698-04:00",
            "name": "Minnesota Twins",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e74db4a-872d-4068-9768-1de2600e65a4/?format=api"
        },
        {
            "id": "cf3556cc-c0bf-47dd-95b4-39ed3a16b17b",
            "gambit_id": "796aa13d-039b-4696-859a-2fc2dd8229ab",
            "last_updated": "2023-09-23T20:53:08.631696-04:00",
            "created_at": "2023-09-22T09:58:24.044250-04:00",
            "name": "Los Angeles Angels",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e74db4a-872d-4068-9768-1de2600e65a4/?format=api"
        }
    ]
}