GET /api/bet_types/c99864f9-ca5e-4d4c-a8df-912cdcf8f412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c99864f9-ca5e-4d4c-a8df-912cdcf8f412",
    "match": "https://api-prod.gambitprofit.com/api/matches/327abbf4-8385-4690-b20e-75860e019246/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T17:33:03.232655-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": "Junior Tafa",
                "amount": 5585.0
            },
            {
                "team": "Parker Porter",
                "amount": 4415.0
            }
        ],
        "expected_reward_tokens": 9271.1,
        "profit_sb": -228.9,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2339fa7-71bf-49f5-9d70-cccf1ab9934c",
            "gambit_id": "456a8bf3-cf34-4a64-b90f-36f0be27545e",
            "last_updated": "2023-08-28T18:53:02.867004-04:00",
            "created_at": "2023-08-24T17:33:03.240164-04:00",
            "name": "Junior Tafa",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99864f9-ca5e-4d4c-a8df-912cdcf8f412/?format=api"
        },
        {
            "id": "f2137a49-577d-4c05-99ef-80123717cf41",
            "gambit_id": "7d596830-3b1d-473c-8d87-ee9a5c396a9d",
            "last_updated": "2023-08-28T18:53:02.863571-04:00",
            "created_at": "2023-08-24T17:33:03.236349-04:00",
            "name": "Parker Porter",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99864f9-ca5e-4d4c-a8df-912cdcf8f412/?format=api"
        }
    ]
}