GET /api/bet_types/3d8fe81a-aa41-4410-860c-a6b229050e04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d8fe81a-aa41-4410-860c-a6b229050e04",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1f68745-5ec2-4742-bb78-f83d858eb014/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:53.512478-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": "MIA (S Alcantara)",
                "amount": 6728.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "17ca8bbb-9eaa-474c-9175-c2f104773047",
            "gambit_id": "f4c26166-7974-4487-9ec9-75185133d078",
            "last_updated": "2023-06-05T10:57:24.509364-04:00",
            "created_at": "2023-06-04T12:16:53.517797-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8fe81a-aa41-4410-860c-a6b229050e04/?format=api"
        },
        {
            "id": "cd33069a-2106-40f6-864f-6f289f94b2f7",
            "gambit_id": "6f749ad7-03e2-4848-9761-b60654d246df",
            "last_updated": "2023-06-05T10:57:24.507677-04:00",
            "created_at": "2023-06-04T12:16:53.515349-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8fe81a-aa41-4410-860c-a6b229050e04/?format=api"
        }
    ]
}