GET /api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6b77e3-bab9-44b2-a984-64750d97c2d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/44f73a75-6b12-4adc-a610-d7c49740cf22/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Inter Miami CF",
                "amount": 5302.0
            },
            {
                "team": "Toronto FC",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 11557.08,
        "profit_sb": 2557.08,
        "profit_sb_percentage": 28.41,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Inter Miami CF",
                "amount": 4011.0
            },
            {
                "team": "Toronto FC",
                "amount": 3554.0
            },
            {
                "team": "Draw",
                "amount": 2435.0
            }
        ],
        "expected_reward_tokens": 8741.65,
        "profit_sb": -258.35,
        "profit_sb_percentage": -2.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "22acd30b-4ee1-41aa-83b3-d4ec68137837",
            "gambit_id": "8d8e8be3-d762-41d8-b44e-d8e260ae22d4",
            "last_updated": "2022-08-21T18:47:01.063963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
        },
        {
            "id": "6dbb5404-1cab-48af-8c0d-2d88ae55fc45",
            "gambit_id": "89e13d61-a06f-4545-a03c-45e766ad264e",
            "last_updated": "2022-08-21T18:47:01.063376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
        },
        {
            "id": "de83eada-aa78-4d06-bd5a-08cfb5deb02f",
            "gambit_id": "b94d99a0-4ff1-43d7-bccd-9cc0edb18d95",
            "last_updated": "2022-08-21T18:47:01.064460-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.59000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
        }
    ]
}