GET /api/bet_types/2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a76dd06-b170-4f51-8704-4acfa96e3132/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T04:02:15.189197-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": "Arnold Adams",
                "amount": 6219.0
            },
            {
                "team": "Alan Belcher",
                "amount": 3781.0
            }
        ],
        "expected_reward_tokens": 9452.5,
        "profit_sb": -47.5,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6951c6a-ad5b-4ca1-9922-e7e3614cfd07",
            "gambit_id": "4088962d-a290-4846-ad0b-dff16f7d36fb",
            "last_updated": "2023-02-25T18:07:14.261218-05:00",
            "created_at": "2023-02-23T04:02:15.192198-05:00",
            "name": "Arnold Adams",
            "reward": "1.52000",
            "odds": "1.54000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4/?format=api"
        },
        {
            "id": "39e7486d-9bc0-4c5e-813c-22747306ca89",
            "gambit_id": "e752818c-4950-4932-844e-8989812c6b0a",
            "last_updated": "2023-02-25T18:07:14.260004-05:00",
            "created_at": "2023-02-23T04:02:15.190764-05:00",
            "name": "Alan Belcher",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4/?format=api"
        }
    ]
}