GET /api/bet_types/6bd7711f-684f-4d64-a7d5-a413ae04c726/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bd7711f-684f-4d64-a7d5-a413ae04c726",
    "match": "https://api-prod.gambitprofit.com/api/matches/393edd4a-c6a4-4f32-b937-bf3421bbcbb8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Miami Heat",
                "amount": 5753.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f168ce2-0fcf-4796-b044-608fdb04c3d9",
            "gambit_id": "9222dd67-c7c6-49bd-9880-e39ffde300c2",
            "last_updated": "2022-12-17T09:42:31.111716-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd7711f-684f-4d64-a7d5-a413ae04c726/?format=api"
        },
        {
            "id": "5d5129df-2924-40da-aa99-2e92282d3d8e",
            "gambit_id": "fb22b65c-ed99-4bae-a57a-09e0aeb21633",
            "last_updated": "2022-12-17T09:42:31.110646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd7711f-684f-4d64-a7d5-a413ae04c726/?format=api"
        }
    ]
}