GET /api/bet_types/9978367d-4df8-428e-b16b-4af2c67e4f0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9978367d-4df8-428e-b16b-4af2c67e4f0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/260d9fed-7c56-4f94-884e-c111db5a5347/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:16.693455-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": "Denver Nuggets",
                "amount": 6100.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "2dd616a5-86af-458f-87f9-85cf4a1dd86d",
            "gambit_id": "386d1c07-e72d-4010-92a0-f858fbca6a25",
            "last_updated": "2023-05-02T11:52:07.871955-04:00",
            "created_at": "2023-05-01T12:27:16.695182-04:00",
            "name": "Denver Nuggets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9978367d-4df8-428e-b16b-4af2c67e4f0d/?format=api"
        },
        {
            "id": "9437598e-4507-4b5f-89f7-64717ef8dbf3",
            "gambit_id": "0558b3a3-6743-4db6-bb8e-4570937e384c",
            "last_updated": "2023-05-02T11:52:07.873783-04:00",
            "created_at": "2023-05-01T12:27:16.697081-04:00",
            "name": "Phoenix Suns",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9978367d-4df8-428e-b16b-4af2c67e4f0d/?format=api"
        }
    ]
}